Skip to content

Commit

Permalink
Update bson/binary.py
Browse files Browse the repository at this point in the history
Fix typo.

Co-authored-by: Steven Silvester <[email protected]>
  • Loading branch information
caseyclements and blink1073 committed Sep 27, 2024
1 parent 2af0ca4 commit c93bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class Binary(bytes):
The second (padding) prescribes the number of bits to ignore in the final byte.
This is relevant when the element size of the dtype is not a multiple of 8.
Raises TypeError if subtype` is not an instance of :class:`int`.
Raises TypeError if `subtype` is not an instance of :class:`int`.
Raises ValueError if `subtype` is not in [0, 256).
.. note::
Expand Down

0 comments on commit c93bae1

Please sign in to comment.