[Python-checkins] cpython: Fix typo

eric.araujo python-checkins at python.org
Fri Aug 19 14:25:18 CEST 2011


http://hg.python.org/cpython/rev/0b941202abb5
changeset:   71928:0b941202abb5
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 19 00:53:20 2011 +0200
summary:
  Fix typo

files:
  Lib/packaging/database.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/packaging/database.py b/Lib/packaging/database.py
--- a/Lib/packaging/database.py
+++ b/Lib/packaging/database.py
@@ -191,7 +191,7 @@
         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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list