Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraz committed Nov 8, 2017
1 parent f554fae commit 7eb64c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ Extended authorizers

.. class:: pyftpdlib.authorizers.UnixAuthorizer(global_perm="elradfmwMT", allowed_users=None, rejected_users=None, require_valid_shell=True, anonymous_user=None, ,msg_login="Login successful.", msg_quit="Goodbye.")

Authorizer which nteracts with UNIX password database. Users are no longer
supposed to be explicitly added as when using
Authorizer which interacts with the UNIX password database. Users are no
longer supposed to be explicitly added as when using
:class:`pyftpdlib.authorizers.DummyAuthorizer`. All FTP users are the same
defined on the UNIX system so if you access on your system by using
``"john"`` as username and ``"12345"`` as password those same credentials can
Expand Down

0 comments on commit 7eb64c3

Please sign in to comment.