mirror of https://github.com/python/cpython
Fix typo
This commit is contained in:
parent
55b9fe232d
commit
b931ab4345
|
@ -191,7 +191,7 @@ class Distribution:
|
|||
A local absolute path is an absolute path in which occurrences of
|
||||
``'/'`` have been replaced by the system separator given by ``os.sep``.
|
||||
|
||||
:parameter local: flag to say if the path should be returned a local
|
||||
:parameter local: flag to say if the path should be returned as a local
|
||||
absolute path
|
||||
|
||||
:type local: boolean
|
||||
|
|
Loading…
Reference in New Issue