[Python-checkins] cpython (3.3): fix typo (#16687)

benjamin.peterson python-checkins at python.org
Fri Dec 21 03:25:18 CET 2012


http://hg.python.org/cpython/rev/abfd3bc38b5d
changeset:   80963:abfd3bc38b5d
branch:      3.3
parent:      80959:54372f38932e
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Dec 20 20:22:47 2012 -0600
summary:
  fix typo (#16687)

Patch from Jeff Knupp.

files:
  Doc/library/hashlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -45,7 +45,7 @@
 
 .. 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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list