We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40120e7 commit be06ce7Copy full SHA for be06ce7
bson/binary.py
@@ -256,7 +256,7 @@ def __init__(
256
:param padding: The number of bits in the final byte that are to be ignored
257
when a vector element's size is less than a byte
258
and the length of the vector is not a multiple of 8.
259
- (This is equivalent to a negative value of `count` in
+ (Padding is equivalent to a negative value of `count` in
260
`numpy.unpackbits <https://numpy.org/doc/stable/reference/generated/numpy.unpackbits.html>`_)
261
"""
262
self.data = data
0 commit comments