From 64e56d74203f27d5bc26350a523d23c19d74ec3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Stenarson?= Date: Wed, 3 Apr 2013 20:26:21 +0200 Subject: [PATCH] Typos in release.py --- pyreadline/release.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyreadline/release.py b/pyreadline/release.py index 742cb61..bf99457 100644 --- a/pyreadline/release.py +++ b/pyreadline/release.py @@ -30,7 +30,7 @@ description = "A python implmementation of GNU readline." long_description = \ """ The pyreadline package is a python implementation of GNU readline functionality -it is based on the ctypes based UNC readline package by Gary Bishop. +it is based on the ctypes based UNC readline package by Gary Bishop. It is not complete. It has been tested for use with windows 2000 and windows xp. Version 2.0 runs on Python 2.6, 2.7, and 3.2 using the same code. @@ -41,12 +41,12 @@ Features: * Control-c can be used for copy activate with allow_ctrl_c(True) in config file * Double tapping ctrl-c will raise a KeyboardInterrupt, use ctrl_c_tap_time_interval(x) where x is your preferred tap time window, default 0.3 s. - * paste pastes first line of content on clipboard. + * paste pastes first line of content on clipboard. * ipython_paste, pastes tab-separated data as list of lists or numpy array if all data is numeric * paste_mulitline_code pastes multi line code, removing any empty lines. - - - The latest development version is always available at the IPython subversion + + + The latest development version is always available at the IPython github repository_. .. _repository: https://github.com/pyreadline/pyreadline.git @@ -55,11 +55,11 @@ Features: license = 'BSD' authors = {'Jorgen' : ('Jorgen Stenarson','jorgen.stenarson@kroywen.se'), - 'Gary': ('Gary Bishop', ''), - 'Jack': ('Jack Trainor', ''), + 'Gary': ('Gary Bishop', ''), + 'Jack': ('Jack Trainor', ''), } -url = 'http://http://ipython.org/pyreadline.html' +url = 'http://ipython.org/pyreadline.html' download_url = 'https://pypi.python.org/pypi/pyreadline/' platforms = ['Windows XP/2000/NT', 'Windows 95/98/ME']