Skip to content

Commit

Permalink
distutils docs: Fix a typo (pythonGH-470) (pythonGH-471)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a7bdda)
  • Loading branch information
Mariatta committed Mar 5, 2017
1 parent 43571dd commit 9619ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/distutils/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9619ec9

Please sign in to comment.