From b931ab43452d5d71983efc459e495829e1f2a465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Fri, 19 Aug 2011 00:53:20 +0200 Subject: Fix typo --- Lib/packaging/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12