diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-06-20 13:45:02 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-06-20 13:45:02 -0400 |
| commit | 18c24610ad691d16fa0f00e3f3674fb9d401097d (patch) | |
| tree | 71cce6db1db5543042fff5cab45f45a2d3c38707 /docs/lib/passlib.hash.rst | |
| parent | d18b7783c8250e1b04099e056aba010c9ab8e01c (diff) | |
| download | passlib-18c24610ad691d16fa0f00e3f3674fb9d401097d.tar.gz | |
minor typo & doc tweaks
Diffstat (limited to 'docs/lib/passlib.hash.rst')
| -rw-r--r-- | docs/lib/passlib.hash.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/lib/passlib.hash.rst b/docs/lib/passlib.hash.rst index 3c840f1..2e719e6 100644 --- a/docs/lib/passlib.hash.rst +++ b/docs/lib/passlib.hash.rst @@ -80,8 +80,7 @@ They all follow the modular crypt format. Other Modular Crypt Schemes --------------------------- While most of these schemes are not (commonly) used by any Unix flavor to store user passwords, -these are compatible with the modular crypt format, and can be used -compatible by along side others in this section. +they can be used compatibly along side other modular crypt format hashes. .. toctree:: :maxdepth: 1 |
