PYTHON-5289 Fixes indentation in docstring of Binary.from_vector (#2432)

This commit is contained in:
Casey Clements 2025-07-15 11:27:38 -07:00 committed by GitHub
parent 1e67c5c02c
commit 4a29fbda69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
"""