Skip to content

Commit

Permalink
- typo and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 1, 2017
1 parent 69c83e0 commit a4c1b49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/AccessControl/safe_formatter.py
Expand Up @@ -47,9 +47,8 @@ def __init__(self, value):

def get_field(self, field_name, args, kwargs):
"""
Here we're overridding so we can use guarded_getattr instead of
regular getattr.
And guarded_getitem instead of regular getitem.
Here we're overriding so we can use guarded_getattr instead of
regular getattr and guarded_getitem instead of regular getitem.
"""
first, rest = field_name._formatter_field_name_split()

Expand Down

0 comments on commit a4c1b49

Please sign in to comment.