summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-06-05 18:41:06 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-06-05 18:41:06 (GMT)
commit66f305b1a0b51074d26e5395f09f848b110e6d28 (patch)
tree638d39b9d3eb54823bf1642c27cb51fe88137e6b
parent60cc211cde370e2067500eb32d998d74970b3ace (diff)
downloadcpython-66f305b1a0b51074d26e5395f09f848b110e6d28.zip
cpython-66f305b1a0b51074d26e5395f09f848b110e6d28.tar.gz
cpython-66f305b1a0b51074d26e5395f09f848b110e6d28.tar.bz2
Issue #21661: Fix typo.
-rw-r--r--Doc/distributing/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst
index 2f2e637..4bcb633 100644
--- a/Doc/distributing/index.rst
+++ b/Doc/distributing/index.rst
@@ -49,7 +49,7 @@ Key terms
of the mailing list used to coordinate Python packaging standards
development).
* ``setuptools`` is a (largely) drop-in replacement for ``distutils`` first
- published in 2004. It's most notable addition over the unmodified
+ published in 2004. Its most notable addition over the unmodified
``distutils`` tools was the ability to declare dependencies on other
packages. It is currently recommended as a more regularly updated
alternative to ``distutils`` that offers consistent support for more