diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-10-07 22:09:36 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-10-07 22:09:36 -0400 |
| commit | 6e09e917ca0aef4002ed2744dd094360c3caa970 (patch) | |
| tree | a10c59e59b0001584dff66d3730748fd6f62502b /passlib/utils/h64.py | |
| parent | aa5a479ebd92022691fe5ca933bedc2c81e7773c (diff) | |
| download | passlib-6e09e917ca0aef4002ed2744dd094360c3caa970.tar.gz | |
minor documentation updates
Diffstat (limited to 'passlib/utils/h64.py')
| -rw-r--r-- | passlib/utils/h64.py | 2 |
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): |
