Skip to content

Commit 9619ec9

Browse files
authored
distutils docs: Fix a typo (GH-470) (GH-471)
(cherry picked from commit 2a7bdda)
1 parent 43571dd commit 9619ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/distutils/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ You can read back this static file, by using the
321321
>>> metadata.description
322322
'Easily download, build, install, upgrade, and uninstall Python packages'
323323

324-
Notice that the class can also be instanciated with a metadata file path to
324+
Notice that the class can also be instantiated with a metadata file path to
325325
loads its values::
326326

327327
>>> pkg_info_path = 'distribute-0.6.8-py2.7.egg-info'

0 commit comments

Comments
 (0)