diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-25 10:19:31 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-25 10:19:31 -0500 |
| commit | 1d9a53fdf0f2815403bd27cde016ec388d0522f6 (patch) | |
| tree | 9d972b0a2c0de1962d5cfb7147bce591fa121b83 /pkg_resources/api_tests.txt | |
| parent | 022f37cb1b0cb2e15dc59a723731f5e7f65ea6ce (diff) | |
| download | python-setuptools-git-1d9a53fdf0f2815403bd27cde016ec388d0522f6.tar.gz | |
Update API docs to reflect relocation of pkg_resources from module to package.
Diffstat (limited to 'pkg_resources/api_tests.txt')
| -rw-r--r-- | pkg_resources/api_tests.txt | 2 |
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 |
