From efc915b3a20012ab7a6200b7b99fa970ea6dfbe4 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 19 May 2013 22:45:59 -0400 Subject: Fix typo --- tests/api_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1