Skip to content

Commit be06ce7

Browse files
committed
Tiny adjustment of BinaryVector docstring
1 parent 40120e7 commit be06ce7

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
@@ -256,7 +256,7 @@ def __init__(
256256
:param padding: The number of bits in the final byte that are to be ignored
257257
when a vector element's size is less than a byte
258258
and the length of the vector is not a multiple of 8.
259-
(This is equivalent to a negative value of `count` in
259+
(Padding is equivalent to a negative value of `count` in
260260
`numpy.unpackbits <https://numpy.org/doc/stable/reference/generated/numpy.unpackbits.html>`_)
261261
"""
262262
self.data = data

0 commit comments

Comments
 (0)