]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorÉric Araujo <merwok@netwok.org>
Thu, 18 Aug 2011 22:53:20 +0000 (00:53 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 18 Aug 2011 22:53:20 +0000 (00:53 +0200)
Lib/packaging/database.py

index 0aaa0cdc91f37e797c6522ae24fd88fab738bac9..c733b7af674f84fd8575339e7eb57dd7fc4f5771 100644 (file)
@@ -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