Skip to content

Commit 46d1e50

Browse files
committed
Remove special characters from default config.py
1 parent a2cf34a commit 46d1e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

casaconfig/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# avoid starting GUI tools when True. If True then the CASA logger is not started even if nologger is False
2828
nogui = False
2929

30-
# the IPython prompt color scheme. Must be one of Neutral”, “NoColor”, “Linux or LightBG, default Neutral
30+
# the IPython prompt color scheme. Must be one of "Neutral", "NoColor", "Linux" or "LightBG", default "Neutral"
3131
# if an invalid color is given a warning message is printed and logged but CASA continues using the default color
3232
colors = "LightBG"
3333

@@ -59,7 +59,7 @@
5959
# allow anonymous crash reporting
6060
crashreporter_enabled = True
6161

62-
# include the users local site-packages in the python path if True.
62+
# include the user's local site-packages in the python path if True.
6363
# normally these are excluded to avoid any conflicts with CASA modules
6464
user_site = False
6565

0 commit comments

Comments
 (0)