]> granicus.if.org Git - python/commitdiff
distutils docs: Fix a typo (GH-470) (GH-471)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 5 Mar 2017 00:43:57 +0000 (16:43 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Mar 2017 00:43:57 +0000 (16:43 -0800)
(cherry picked from commit 2a7bddaab7d6e1f7b243cdbb4fa6f6c8e266b18d)

Doc/distutils/examples.rst

index 1f5be9cdb29a974c086dbd02400d4fce94c09f85..4e2761d8a7d0460a73667dd7df519d70d59f2e9f 100644 (file)
@@ -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'