From: Mariatta Date: Sun, 5 Mar 2017 00:44:30 +0000 (-0800) Subject: distutils docs: Fix a typo (GH-470) (#472) X-Git-Tag: v3.5.4rc1~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=171b674c8bf63153482e7e23e97c57c8b9182466;p=python distutils docs: Fix a typo (GH-470) (#472) (cherry picked from commit 2a7bddaab7d6e1f7b243cdbb4fa6f6c8e266b18d) --- diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 1f5be9cdb2..4e2761d8a7 100644 --- a/Doc/distutils/examples.rst +++ b/Doc/distutils/examples.rst @@ -321,7 +321,7 @@ You can read back this static file, by using the >>> metadata.description 'Easily download, build, install, upgrade, and uninstall Python packages' -Notice that the class can also be instanciated with a metadata file path to +Notice that the class can also be instantiated with a metadata file path to loads its values:: >>> pkg_info_path = 'distribute-0.6.8-py2.7.egg-info'