From 1d9a53fdf0f2815403bd27cde016ec388d0522f6 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 25 Dec 2014 10:19:31 -0500 Subject: Update API docs to reflect relocation of pkg_resources from module to package. --- pkg_resources/api_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg_resources/api_tests.txt') 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 -- cgit v1.2.3