mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
11 lines
357 B
Diff
11 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
|
|
"""
|