diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-19 22:45:59 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-19 22:45:59 -0400 |
commit | efc915b3a20012ab7a6200b7b99fa970ea6dfbe4 (patch) | |
tree | 21c5eedc6bf98e4f3357117b5286bc1cebd3d578 | |
parent | 28c5207103c91950079cbe58ac6b7455af351d49 (diff) | |
download | external_python_setuptools-efc915b3a20012ab7a6200b7b99fa970ea6dfbe4.tar.gz external_python_setuptools-efc915b3a20012ab7a6200b7b99fa970ea6dfbe4.tar.bz2 external_python_setuptools-efc915b3a20012ab7a6200b7b99fa970ea6dfbe4.zip |
Fix typo
-rw-r--r-- | tests/api_tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api_tests.txt b/tests/api_tests.txt index 06e14a33..364b3d6f 100644 --- a/tests/api_tests.txt +++ b/tests/api_tests.txt @@ -215,7 +215,7 @@ working set triggers a ``pkg_resources.VersionConflict`` error: ... print(str(exc)) ... else: ... raise AssertionError("VersionConflict was not raised") - (Bar 0.9 (http://examples.com/something), Requirement.parse('Bar==1.0')) + (Bar 0.9 (http://example.com/something), Requirement.parse('Bar==1.0')) You can subscribe a callback function to receive notifications whenever a new distribution is added to a working set. The callback is immediately invoked |