Fix typo
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 @@
         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