diff options
author | Виталий Дмитриев <vitaldmit@bk.ru> | 2023-03-12 18:03:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 18:03:59 (GMT) |
commit | f6ca71a42268dcd890bd1930501b6c7e6d7ce66e (patch) | |
tree | f34bf96736159ea2085c26830cdeb6f3716ed659 /Doc/library/base64.rst | |
parent | 6cd7572f859a32a1f4626644c3e8139055df59e3 (diff) | |
download | cpython-f6ca71a42268dcd890bd1930501b6c7e6d7ce66e.zip cpython-f6ca71a42268dcd890bd1930501b6c7e6d7ce66e.tar.gz cpython-f6ca71a42268dcd890bd1930501b6c7e6d7ce66e.tar.bz2 |
Fix duplicated words in the docs (GH-102629)
With grep utility found some duplicated words
Automerge-Triggered-By: GH:AlexWaygood
Diffstat (limited to 'Doc/library/base64.rst')
-rw-r--r-- | Doc/library/base64.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst index 4ca3768..d5b6af8 100644 --- a/Doc/library/base64.rst +++ b/Doc/library/base64.rst @@ -58,7 +58,7 @@ The modern interface provides: This allows an application to e.g. generate URL or filesystem safe Base64 strings. The default is ``None``, for which the standard Base64 alphabet is used. - May assert or raise a a :exc:`ValueError` if the length of *altchars* is not 2. Raises a + May assert or raise a :exc:`ValueError` if the length of *altchars* is not 2. Raises a :exc:`TypeError` if *altchars* is not a :term:`bytes-like object`. |