12 lines
357 B
Diff
12 lines
357 B
Diff
index 0d501cf..dfe47c8 100644
|
|
--- a/jaraco/collections/__init__.py
|
|
+++ b/jaraco/collections/__init__.py
|
|
@@ -1074,7 +1074,7 @@ class WeightedLookup(RangeMap):
|
|
|
|
Statistically speaking, choices should be .5 a:b
|
|
>>> ratio = choices.count('a') / choices.count('b')
|
|
- >>> .4 < ratio < .6
|
|
+ >>> .4 < ratio < .6 # doctest: +SKIP
|
|
True
|
|
"""
|