From ea7902d60c292ddc9e08e00d3b3b320a60c46fde Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Wed, 16 May 2018 08:59:16 -0700 Subject: [PATCH] clean up trailing whitespace in readme --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c04e983..b3bf4cc 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ standard stream that applies Base64 encoding and decoding. :class:`base64io.Base64IO` provides an `io` streaming interface with context manager support that transparently Base64-encodes data read from it. You can use it to transform -large files without caching the entire context in memory, or to transform an existing +large files without caching the entire context in memory, or to transform an existing stream. For the latest full documentation, see `Read the Docs`_. @@ -38,7 +38,7 @@ Getting Started *************** :class:`base64io.Base64IO` has no dependencies other than the standard library and should -work with any version of Python greater than 2.6. We test it on CPython 2.6, 2.7, 3.3, +work with any version of Python greater than 2.6. We test it on CPython 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7. Installation @@ -51,7 +51,7 @@ Installation *** Use *** -:class:`base64io.Base64IO` wraps the input stream and transparently encodes or decodes +:class:`base64io.Base64IO` wraps the input stream and transparently encodes or decodes data written to or read from the input stream. * ``write()`` encodes data before writing it to the wrapped stream