summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/binascii.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/binascii.rst b/Doc/library/binascii.rst
index 4417a5a..5a0815f 100644
--- a/Doc/library/binascii.rst
+++ b/Doc/library/binascii.rst
@@ -49,7 +49,7 @@ The :mod:`binascii` module defines the following functions:
Added the *backtick* parameter.
-.. function:: a2b_base64(string, strict_mode=False)
+.. function:: a2b_base64(string, /, *, strict_mode=False)
Convert a block of base64 data back to binary and return the binary data. More
than one line may be passed at a time.