diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-02-01 05:54:10 +0000 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-02-01 05:54:10 +0000 |
| commit | 36d54e254dd5f296be78e0958a4dbd3a04ee1e0b (patch) | |
| tree | 76cffe36be4fdb325c4e5871fd513740fb27bf7f /passlib | |
| parent | 31ea5d1ae42870e6d610d95c89f238ee265fc753 (diff) | |
| download | passlib-36d54e254dd5f296be78e0958a4dbd3a04ee1e0b.tar.gz | |
more docs
Diffstat (limited to 'passlib')
| -rw-r--r-- | passlib/hash/ext_des_crypt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/hash/ext_des_crypt.py b/passlib/hash/ext_des_crypt.py index 4cb5af9..9c7a715 100644 --- a/passlib/hash/ext_des_crypt.py +++ b/passlib/hash/ext_des_crypt.py @@ -121,7 +121,7 @@ def genconfig(salt=None, rounds=None): :param rounds: - optional number of rounds, must be between 0 and 4095 inclusive. + optional number of rounds, must be between 0 and 16777215 inclusive. :returns: xxx configuration string. |
