summaryrefslogtreecommitdiffstats
path: root/Doc/library/packaging.install.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-19 08:06:26 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-19 08:06:26 (GMT)
commitf10644983e88c73437703a863151593cc37a657f (patch)
treeb3cf3ffcc4d27cf9f81c90efbedbc10a856db857 /Doc/library/packaging.install.rst
parent318909b297241f9c46f25815e12d05136da57fa9 (diff)
parente130a52d8a60229f53c8bc2ea7a1f51ee592bbd7 (diff)
downloadcpython-f10644983e88c73437703a863151593cc37a657f.zip
cpython-f10644983e88c73437703a863151593cc37a657f.tar.gz
cpython-f10644983e88c73437703a863151593cc37a657f.tar.bz2
Merge with 3.2.
Diffstat (limited to 'Doc/library/packaging.install.rst')
-rw-r--r--Doc/library/packaging.install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/packaging.install.rst b/Doc/library/packaging.install.rst
index b619a98..3e00750 100644
--- a/Doc/library/packaging.install.rst
+++ b/Doc/library/packaging.install.rst
@@ -32,7 +32,7 @@ Public functions
prefer_final=True)
Return information about what's going to be installed and upgraded.
- *requirements* is a string string containing the requirements for this
+ *requirements* is a string containing the requirements for this
project, for example ``'FooBar 1.1'`` or ``'BarBaz (<1.2)'``.
.. XXX are requirements comma-separated?