summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-13 23:28:17 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-14 16:47:23 +0700
commitb71c4f5f4d9e197346d8d1e980476052f1e18a6d (patch)
tree808f7075cd3c5786a1f679169558d8e04f046cef /python
parente9808dedfd70bb7e40756fd207e7468438319563 (diff)
downloadslackbuilds-b71c4f5f4d9e197346d8d1e980476052f1e18a6d.tar.gz
slackbuilds-b71c4f5f4d9e197346d8d1e980476052f1e18a6d.tar.xz
python/pkginfo: Fix slack-desc.
Diffstat (limited to 'python')
-rw-r--r--python/pkginfo/slack-desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pkginfo/slack-desc b/python/pkginfo/slack-desc
index 2b617377d7..9700c2d496 100644
--- a/python/pkginfo/slack-desc
+++ b/python/pkginfo/slack-desc
@@ -12,7 +12,7 @@ pkginfo: This package provides an API for querying the distutils metadata
pkginfo: written in the PKG-INFO file inside a source distriubtion (an sdist)
pkginfo: or a binary distribution (e.g., created by running bdist_egg). It
pkginfo: can also query the EGG-INFO directory of an installed distribution,
-pkginfo: and the *.egg-info stored in a “development checkout” (e.g, created
+pkginfo: and the *.egg-info stored in a "development checkout" (e.g, created
pkginfo: by running setup.py develop).
pkginfo:
pkginfo: Homepage: http://pythonhosted.org/pkginfo/