Skip to content

Commit 25334ca

Browse files
binascii docs: strict_mode parameter is keyword-only (GH-93055)
See 35b98e3 Co-authored-by: Adam Turner <[email protected]> (cherry picked from commit ac718d3) Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent a86ad12 commit 25334ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/binascii.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The :mod:`binascii` module defines the following functions:
4949
Added the *backtick* parameter.
5050

5151

52-
.. function:: a2b_base64(string, strict_mode=False)
52+
.. function:: a2b_base64(string, /, *, strict_mode=False)
5353

5454
Convert a block of base64 data back to binary and return the binary data. More
5555
than one line may be passed at a time.

0 commit comments

Comments
 (0)