diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:14:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 922d0df6dfec4df4f359939f682e5771adebca5f (patch) | |
tree | 0fd89efb99bc7293ec20d078d83a7fd22fdf1924 | |
parent | 664eb138752f0eafceee6047d98d18f8f137160e (diff) | |
download | slackbuilds-922d0df6dfec4df4f359939f682e5771adebca5f.tar.gz |
python/ptpython: Fix slack-desc.
-rw-r--r-- | python/ptpython/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/ptpython/slack-desc b/python/ptpython/slack-desc index 599bfd436b..0221278b37 100644 --- a/python/ptpython/slack-desc +++ b/python/ptpython/slack-desc @@ -9,8 +9,8 @@ ptpython: ptpython (Python REPL) ptpython: ptpython: ptpython is an advanced Python REPL built on top of the -ptpython: prompt_toolkit library. t works best on all Posix systems like -ptpython: linux, BSD and OS X. But it should work as well on Windows. It +ptpython: prompt_toolkit library. t works best on all Posix systems like +ptpython: linux, BSD and OS X. But it should work as well on Windows. It ptpython: works on all Python versions from 2.6 up to 3.4. ptpython: ptpython: Homepage: https://github.com/jonathanslenders/ptpython |