mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
binascii docs: strict_mode parameter is keyword-only (GH-93055)
See35b98e38b6
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> (cherry picked from commitac718d357a
) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
a86ad12399
commit
25334ca082
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