From: Zachary Ware Date: Thu, 5 Jun 2014 18:41:06 +0000 (-0500) Subject: Issue #21661: Fix typo. X-Git-Tag: v3.4.2rc1~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66f305b1a0b51074d26e5395f09f848b110e6d28;p=python Issue #21661: Fix typo. --- diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 2f2e637369..4bcb63351e 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