summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-18 22:53:20 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-18 22:53:20 (GMT)
commitb931ab43452d5d71983efc459e495829e1f2a465 (patch)
tree391592c4c7931d173ebe5cd982b75d4447ab98e4 /Lib/packaging
parent55b9fe232df1530403b3d79286f840dd1030f633 (diff)
downloadcpython-b931ab43452d5d71983efc459e495829e1f2a465.zip
cpython-b931ab43452d5d71983efc459e495829e1f2a465.tar.gz
cpython-b931ab43452d5d71983efc459e495829e1f2a465.tar.bz2
Fix typo
Diffstat (limited to 'Lib/packaging')
-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 0aaa0cd..c733b7a 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