From: Éric Araujo Date: Thu, 18 Aug 2011 22:53:20 +0000 (+0200) Subject: Fix typo X-Git-Tag: v3.3.0a1~1674^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b931ab43452d5d71983efc459e495829e1f2a465;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Lib/packaging/database.py b/Lib/packaging/database.py index 0aaa0cdc91f3..c733b7af674f 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