Skip to content

Commit 4a29fbd

Browse files
PYTHON-5289 Fixes indentation in docstring of Binary.from_vector (#2432)
1 parent 1e67c5c commit 4a29fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def from_vector(
444444
:return: Binary packed data identified by dtype and padding.
445445
446446
.. versionchanged:: 4.14
447-
When padding is non-zero, ignored bits should be zero. Raise exception on encoding, warn on decoding.
447+
When padding is non-zero, ignored bits should be zero. Raise exception on encoding, warn on decoding.
448448
449449
.. versionadded:: 4.10
450450
"""

0 commit comments

Comments
 (0)