diff options
author | Valentin Haenel <valentin.haenel@gmx.de> | 2013-03-26 00:23:46 +0100 |
---|---|---|
committer | Valentin Haenel <valentin.haenel@gmx.de> | 2013-03-26 00:23:46 +0100 |
commit | d78981999964ed141a8cf2da50c92cf58092d9d6 (patch) | |
tree | 5f0e1bacc8494c341cfb9b461143da6c17657b8e | |
parent | 0e90a8f61cf8c8eb346ad6dc0460cc00417733c7 (diff) | |
download | gitpython-d78981999964ed141a8cf2da50c92cf58092d9d6.tar.gz |
strip trailing whitespace
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,11 +20,11 @@ INSTALL If you have downloaded the source code: python setup.py install - -or if you want to obtain a copy more easily: + +or if you want to obtain a copy more easily: easy_install gitpython - + A distribution package can be obtained for manual installation at: http://pypi.python.org/pypi/GitPython |