summaryrefslogtreecommitdiffstats
path: root/Doc/library/base64.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:28:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:28:43 (GMT)
commit56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (patch)
treeaa94b63e1cd81a03b4d96f6b9d29693f02dcc631 /Doc/library/base64.rst
parentb491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (diff)
downloadcpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.zip
cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.gz
cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.bz2
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Doc/library/base64.rst')
-rw-r--r--Doc/library/base64.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst
index 02b4d7b..3d23dfc 100644
--- a/Doc/library/base64.rst
+++ b/Doc/library/base64.rst
@@ -13,7 +13,7 @@
This module provides functions for encoding binary data to printable
ASCII characters and decoding such encodings back to binary data.
It provides encoding and decoding functions for the encodings specified in
-in :rfc:`3548`, which defines the Base16, Base32, and Base64 algorithms,
+:rfc:`3548`, which defines the Base16, Base32, and Base64 algorithms,
and for the de-facto standard Ascii85 and Base85 encodings.
The :rfc:`3548` encodings are suitable for encoding binary data so that it can