diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-19 14:22:52 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-19 14:22:52 +0200 |
commit | 85ce2477262bd13d6c72050103204c6c25468ac5 (patch) | |
tree | 4e26e5818076fe72ae8e2a42eb554ce95bf01de4 /Lib/packaging/database.py | |
parent | 444be161366733aebf6a1ec04c76e62e227f9cba (diff) | |
parent | d1ca4f9dc6f28bcda09576e6148200b82c3cedae (diff) | |
download | cpython-git-85ce2477262bd13d6c72050103204c6c25468ac5.tar.gz |
Branch merge
Diffstat (limited to 'Lib/packaging/database.py')
-rw-r--r-- | Lib/packaging/database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/database.py b/Lib/packaging/database.py index 0aaa0cdc91..c733b7af67 100644 --- a/Lib/packaging/database.py +++ b/Lib/packaging/database.py @@ -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 |