summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg_resources/api_tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/api_tests.txt b/pkg_resources/api_tests.txt
index 65dba76d..50e04b87 100644
--- a/pkg_resources/api_tests.txt
+++ b/pkg_resources/api_tests.txt
@@ -171,7 +171,7 @@ You can append a path entry to a working set using ``add_entry()``::
['http://example.com/something']
>>> ws.add_entry(pkg_resources.__file__)
>>> ws.entries
- ['http://example.com/something', '...pkg_resources.py...']
+ ['http://example.com/something', '...pkg_resources...']
Multiple additions result in multiple entries, even if the entry is already in
the working set (because ``sys.path`` can contain the same entry more than