mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#7475: Remove references to '.transform' from transform codec docstrings.
This commit is contained in:
parent
ef04c59f53
commit
e5cb836d4c
6 changed files with 6 additions and 12 deletions
|
|
@ -1,7 +1,6 @@
|
|||
"""Python 'base64_codec' Codec - base64 content transfer encoding.
|
||||
|
||||
This codec de/encodes from bytes to bytes and is therefore usable with
|
||||
bytes.transform() and bytes.untransform().
|
||||
This codec de/encodes from bytes to bytes.
|
||||
|
||||
Written by Marc-Andre Lemburg (mal@lemburg.com).
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue