summaryrefslogtreecommitdiff
path: root/Lib/packaging/database.py
diff options
context:
space:
mode:
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
commit85ce2477262bd13d6c72050103204c6c25468ac5 (patch)
tree4e26e5818076fe72ae8e2a42eb554ce95bf01de4 /Lib/packaging/database.py
parent444be161366733aebf6a1ec04c76e62e227f9cba (diff)
parentd1ca4f9dc6f28bcda09576e6148200b82c3cedae (diff)
downloadcpython-git-85ce2477262bd13d6c72050103204c6c25468ac5.tar.gz
Branch merge
Diffstat (limited to 'Lib/packaging/database.py')
-rw-r--r--Lib/packaging/database.py2
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