mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #23738: Document and test actual keyword parameter names
Also fix signature because os.utime(..., ns=None) is not allowed.
This commit is contained in:
parent
5558d4f2f8
commit
bf19d16950
9 changed files with 73 additions and 31 deletions
|
|
@ -59,7 +59,7 @@ The :mod:`binascii` module defines the following functions:
|
|||
should be at most 57 to adhere to the base64 standard.
|
||||
|
||||
|
||||
.. function:: a2b_qp(string, header=False)
|
||||
.. function:: a2b_qp(data, header=False)
|
||||
|
||||
Convert a block of quoted-printable data back to binary and return the binary
|
||||
data. More than one line may be passed at a time. If the optional argument
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue