Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 7d2f3b2

Browse files
Clarify comment
1 parent b4f0b09 commit 7d2f3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_property_based.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| st.none()
1919
| st.booleans()
2020
| st.floats()
21-
# TODO: String objects may contain invalid byte sequence
21+
# TODO: The msgpack speck says that string objects may contain invalid byte sequence
2222
| st.text(max_size=HYPOTHESIS_MAX)
2323
| st.binary(max_size=HYPOTHESIS_MAX)
2424
)

0 commit comments

Comments
 (0)