diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-04-12 17:43:34 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-04-12 17:43:34 -0400 |
| commit | 69d6d1b00e634359a19fe43c54d9afc83aa0fab5 (patch) | |
| tree | c84d68cdc6bc1f9fa037149d53683b9e66d6dfd5 /docs/lib | |
| parent | 8d77718f50a5acc7b3e441afd1f7662e63a10723 (diff) | |
| download | passlib-69d6d1b00e634359a19fe43c54d9afc83aa0fab5.tar.gz | |
small doc updates
Diffstat (limited to 'docs/lib')
| -rw-r--r-- | docs/lib/passlib.utils.md4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.utils.md4.rst b/docs/lib/passlib.utils.md4.rst index ef20da0..87125b7 100644 --- a/docs/lib/passlib.utils.md4.rst +++ b/docs/lib/passlib.utils.md4.rst @@ -22,5 +22,5 @@ based on the `rfc 1320 <http://www.faqs.org/rfcs/rfc1320.html>`_ specification o .. note:: If MD4 support is detected in :mod:`!hashlib`, the :class:`!md4` class in this module - will be replaced by a function wrapping hashlib's implementation, + will be replaced by a function wrapping :mod:`!hashlib`'s implementation, which should be faster, but otherwise behave exactly the same. |
