diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 14:29:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 16140fa1502a5f5d9e83b24cb210c27beca42132 (patch) | |
tree | 89d8ed4fb588a5224ef84c9a4f0d6e4c07b9d09f /development | |
parent | b844117c897652fc1039effc9af680a118b8b34b (diff) | |
download | slackbuilds-16140fa1502a5f5d9e83b24cb210c27beca42132.tar.gz |
development/PythonToolkit: Fix README.
Diffstat (limited to 'development')
-rw-r--r-- | development/PythonToolkit/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/development/PythonToolkit/README b/development/PythonToolkit/README index 9039062efe..2c73d01957 100644 --- a/development/PythonToolkit/README +++ b/development/PythonToolkit/README @@ -1,11 +1,11 @@ -Python Toolkit (ptk) is an interactive environment for python. Based around a -set of interacting tools it includes an interactive console (with support for -multiple python interpreters and GUI mainloops), a simple python source editor, -a python path manager and namespace browser. +Python Toolkit (ptk) is an interactive environment for python. Based +around a set of interacting tools it includes an interactive console +(with support for multiple python interpreters and GUI mainloops), a +simple python source editor, a python path manager and namespace browser. -NOTE: If you are upgrading from previous versions the configuration may have changed -between versions, this can give strange effects with window layouts etc. To fix -any problems it is recommended to run: +NOTE: If you are upgrading from previous versions the configuration may +have changed between versions, this can give strange effects with window +layouts etc. To fix any problems it is recommended to run: PTK --clear_settings |