summaryrefslogtreecommitdiff
path: root/passlib/utils/h64.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-10-07 22:09:36 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-10-07 22:09:36 -0400
commit6e09e917ca0aef4002ed2744dd094360c3caa970 (patch)
treea10c59e59b0001584dff66d3730748fd6f62502b /passlib/utils/h64.py
parentaa5a479ebd92022691fe5ca933bedc2c81e7773c (diff)
downloadpasslib-6e09e917ca0aef4002ed2744dd094360c3caa970.tar.gz
minor documentation updates
Diffstat (limited to 'passlib/utils/h64.py')
-rw-r--r--passlib/utils/h64.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/utils/h64.py b/passlib/utils/h64.py
index e3f1656..d95f4bc 100644
--- a/passlib/utils/h64.py
+++ b/passlib/utils/h64.py
@@ -128,7 +128,7 @@ def decode_transposed_bytes(source, offsets):
return belem_join(buf)
#=================================================================================
-# int <-> b64 string, used by des_crypt, ext_des_crypt
+# int <-> b64 string, used by des_crypt, bsdi_crypt
#=================================================================================
def decode_int6(source):