mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
binascii docs: strict_mode parameter is keyword-only (#93055)
See 35b98e38b6
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
ea5918e932
commit
ac718d357a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue