diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2013-12-27 13:49:41 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2013-12-27 13:49:41 -0500 |
| commit | bcdf0cd2a97fa8dfb4cc06352faa0934ccbf236b (patch) | |
| tree | 36c3549889c3d8bf8f531b30bb588920c23cc681 /passlib/apache.py | |
| parent | 10ddd0c4bf75c21bdd75a3cb0781f020147778b3 (diff) | |
| download | passlib-bcdf0cd2a97fa8dfb4cc06352faa0934ccbf236b.tar.gz | |
massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, comment 7) (transplant of r1f5b8860b743 from default branch)
Diffstat (limited to 'passlib/apache.py')
| -rw-r--r-- | passlib/apache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/apache.py b/passlib/apache.py index 8497ca2..c0841f3 100644 --- a/passlib/apache.py +++ b/passlib/apache.py @@ -464,7 +464,7 @@ class HtpasswdFile(_CommonFile): This option may be used to add support for non-standard hash formats to an htpasswd file. However, the resulting file - will probably not be usuable by another application, + will probably not be usable by another application, and particularly not by Apache. :param autoload: |
