]> granicus.if.org Git - python/commitdiff
fix typo (#16687)
authorBenjamin Peterson <benjamin@python.org>
Fri, 21 Dec 2012 02:22:47 +0000 (20:22 -0600)
committerBenjamin Peterson <benjamin@python.org>
Fri, 21 Dec 2012 02:22:47 +0000 (20:22 -0600)
Patch from Jeff Knupp.

Doc/library/hashlib.rst

index bc8ab2ca6d32a230d8aa4ed95fe1b2332805fb76..19d3e4c047c0a85845564a2a1b535fd7f5705bfa 100644 (file)
@@ -45,7 +45,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
 
 .. note::
 
-   Feeding string objects ito :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)