We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de7a62 commit 46ea1d8Copy full SHA for 46ea1d8
queries/strategies/obtain.py
@@ -7,4 +7,4 @@ def obtain_result(result, alternatives):
7
else:
8
return alternatives[0], [x for x in alternatives[1:] if x is not alternatives[0]]
9
10
-# bug if result is in alternatives
+# bug if result is in alternatives they would want, but able to,
0 commit comments