summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 15:40:35 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit9caced56646043ad98e28375cf246e1c5c8e37ac (patch)
tree55e72067bc1dd4906af9baaca375b52fd99830a2 /python
parenta14f3e60e6442f81ed9afebb35450f4c7eac9d62 (diff)
downloadslackbuilds-9caced56646043ad98e28375cf246e1c5c8e37ac.tar.gz
slackbuilds-9caced56646043ad98e28375cf246e1c5c8e37ac.tar.xz
python/pkginfo: Fix README.
Diffstat (limited to 'python')
-rw-r--r--python/pkginfo/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pkginfo/README b/python/pkginfo/README
index a3422f33ef..d1909d6ff9 100644
--- a/python/pkginfo/README
+++ b/python/pkginfo/README
@@ -2,4 +2,4 @@ This package provides an API for querying the distutils metadata written
in the PKG-INFO file inside a source distriubtion (an sdist) or a binary
distribution (e.g., created by running bdist_egg). It can also query the
EGG-INFO directory of an installed distribution, and the *.egg-info stored
-in a “development checkout” (e.g, created by running setup.py develop).
+in a "development checkout" (e.g, created by running setup.py develop).