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 9fadf97 commit 40120e7Copy full SHA for 40120e7
bson/binary.py
@@ -256,10 +256,8 @@ 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`numpy.unpackbits`_)
260
-
261
- .. _numpy.unpackbits: https://numpy.org/doc/stable/reference/generated/numpy.unpackbits.html
262
+ (This is equivalent to a negative value of `count` in
+ `numpy.unpackbits <https://numpy.org/doc/stable/reference/generated/numpy.unpackbits.html>`_)
263
"""
264
self.data = data
265
self.dtype = dtype
0 commit comments