diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-05 00:43:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-05 00:43:57 (GMT) |
commit | 9619ec99470100969a95a86ed8d7a1fab6c27546 (patch) | |
tree | 53e74413dd4c2b165a8ef5dc11c8ee3a377505bd | |
parent | 43571dde7b81f8426e01875c611d29274135355a (diff) | |
download | cpython-9619ec99470100969a95a86ed8d7a1fab6c27546.zip cpython-9619ec99470100969a95a86ed8d7a1fab6c27546.tar.gz cpython-9619ec99470100969a95a86ed8d7a1fab6c27546.tar.bz2 |
distutils docs: Fix a typo (GH-470) (GH-471)
(cherry picked from commit 2a7bddaab7d6e1f7b243cdbb4fa6f6c8e266b18d)
-rw-r--r-- | Doc/distutils/examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 1f5be9c..4e2761d 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' |