Skip to content

Commit

Permalink
Merge pull request Pylons#30 from timgates42/bugfix_typo_implementation
Browse files Browse the repository at this point in the history
docs: Fix simple typo, implemenation -> implementation
  • Loading branch information
digitalresistor committed Apr 5, 2020
2 parents 69658b5 + 8e817fd commit f1753f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyramid_ldap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def authenticate(self, login_unsafe, password_unsafe):
dictionary mapping LDAP user attributes to sequences of values. The
keys and values in the dictionary values provided will be decoded
from UTF-8, recursively, where possible. The dictionary returned is
a case-insensitive dictionary implemenation.
a case-insensitive dictionary implementation.
A zero length password will always be considered invalid since it
results in a request for "unauthenticated authentication" which should
Expand Down Expand Up @@ -183,7 +183,7 @@ def user_groups(self, userdn):
mapping LDAP group attributes to sequences of values. The keys and
values in the dictionary values provided will be decoded from UTF-8,
recursively, where possible. The dictionary returned is a
case-insensitive dictionary implemenation.
case-insensitive dictionary implementation.
If :meth:`pyramid.config.Configurator.ldap_set_groups_query` was not
called, using this function will raise an
Expand Down

0 comments on commit f1753f9

Please sign in to comment.