summaryrefslogtreecommitdiff
path: root/api_tests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api_tests.txt')
-rwxr-xr-xapi_tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api_tests.txt b/api_tests.txt
index 24f3adea..ae5392ba 100755
--- a/api_tests.txt
+++ b/api_tests.txt
@@ -138,7 +138,7 @@ to it::
['http://example.com/something']
>>> dist in ws
True
- >>> Distribution('foo') in ws
+ >>> Distribution('foo',version="") in ws
False
And you can iterate over its distributions::