commit | bd584d559b226246be35f226c04f4590311031bc | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Dec 20 20:22:47 2012 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Dec 20 20:22:47 2012 -0600 |
tree | e57e37135255ba4a6ffc260cf22e51d9b9bb4409 | |
parent | 3d3daf0b7fc5a1064f3eead47e5f62cc317afd6c [diff] |
fix typo (#16687) Patch from Jeff Knupp.
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index bc8ab2c..19d3e4c 100644 --- 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)