From: Benjamin Peterson Date: Fri, 21 Dec 2012 02:22:47 +0000 (-0600) Subject: fix typo (#16687) X-Git-Tag: v3.3.1rc1~503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd584d559b226246be35f226c04f4590311031bc;p=thirdparty%2FPython%2Fcpython.git fix typo (#16687) Patch from Jeff Knupp. --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index bc8ab2ca6d32..19d3e4c047c0 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -45,7 +45,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or .. note:: - Feeding string objects is to :meth:`update` is not supported, as hashes work + Feeding string objects into :meth:`update` is not supported, as hashes work on bytes, not on characters. .. index:: single: OpenSSL; (use in module hashlib)