diff --git a/bson/binary.py b/bson/binary.py index a43f81bf2d..693b838b80 100644 --- a/bson/binary.py +++ b/bson/binary.py @@ -444,7 +444,7 @@ def from_vector( :return: Binary packed data identified by dtype and padding. .. versionchanged:: 4.14 - When padding is non-zero, ignored bits should be zero. Raise exception on encoding, warn on decoding. + When padding is non-zero, ignored bits should be zero. Raise exception on encoding, warn on decoding. .. versionadded:: 4.10 """