mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
distutils docs: Fix a typo (GH-470)
instanciated -> instantiated
This commit is contained in:
parent
060d2d776a
commit
2a7bddaab7
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue