Skip to content

Commit 1896cbc

Browse files
committed
baseconfig: Improve its docstring
1 parent 6a60af3 commit 1896cbc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spyderlib/baseconfig.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"""
88
Spyder base configuration management
99
10-
As opposed to spyderlib/config.py, this configuration script deals
11-
exclusively with non-GUI features configuration only
12-
(in other words, we won't import any PyQt object here, avoiding any
10+
This file only deals with non-GUI configuration features
11+
(in other words, we won't import any PyQt object here, avoiding any
1312
sip API incompatibility issue in spyderlib's non-gui modules)
1413
"""
1514

0 commit comments

Comments
 (0)