We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5918e commit ac718d3Copy full SHA for ac718d3
Doc/library/binascii.rst
@@ -49,7 +49,7 @@ The :mod:`binascii` module defines the following functions:
49
Added the *backtick* parameter.
50
51
52
-.. function:: a2b_base64(string, strict_mode=False)
+.. function:: a2b_base64(string, /, *, strict_mode=False)
53
54
Convert a block of base64 data back to binary and return the binary data. More
55
than one line may be passed at a time.
0 commit comments