PYTHON-5289 Fixes indentation in docstring of Binary.from_vector (#2432)
This commit is contained in:
parent
1e67c5c02c
commit
4a29fbda69
@ -444,7 +444,7 @@ class Binary(bytes):
|
||||
: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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user