Mon, 11 Nov 2013 19:35:42 +0100
Fixed a typo.
Preferences/__init__.py | file | annotate | diff | comparison | revisions |
--- a/Preferences/__init__.py Mon Nov 11 18:50:06 2013 +0100 +++ b/Preferences/__init__.py Mon Nov 11 19:35:42 2013 +0100 @@ -702,7 +702,7 @@ # defaults for the help settings helpDefaults = { - "HelpViewerType": 1, # this coresponds with the radio button id + "HelpViewerType": 1, # this corresponds with the radio button id "CustomViewer": "", "PythonDocDir": "", "Python2DocDir": "",