From 4a29fbda69b0e8cd0e10fb0c21a8d179b339f20b Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Tue, 15 Jul 2025 11:27:38 -0700 Subject: [PATCH] PYTHON-5289 Fixes indentation in docstring of Binary.from_vector (#2432) --- bson/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bson/binary.py b/bson/binary.py index a43f81bf2..693b838b8 100644 --- a/bson/binary.py +++ b/bson/binary.py @@ -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 """