[Python-checkins] distutils2: Fix typo

eric.araujo python-checkins at python.org
Wed Aug 31 16:25:13 CEST 2011


http://hg.python.org/distutils2/rev/f71082174b49
changeset:   1129:f71082174b49
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Aug 29 00:15:48 2011 +0200
summary:
  Fix typo

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


diff --git a/distutils2/database.py b/distutils2/database.py
--- a/distutils2/database.py
+++ b/distutils2/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/distutils2


More information about the Python-checkins mailing list