aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/api_tests.txt2
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