Skip to content

Commit

Permalink
Typo in comment, PEP-8 spacing around assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jan 8, 2014
1 parent dceaae2 commit ec31274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zope/security/checker.py
Expand Up @@ -299,9 +299,9 @@ def __repr__(self):
CheckerPublic = Global('CheckerPublic')
CP_HACK_XXX = CheckerPublic

# Now we wrap it in a security proxy so that it retains it's
# Now we wrap it in a security proxy so that it retains its
# identity when it needs to be security proxied.
d={}
d = {}
CheckerPublic = Proxy(CheckerPublic, Checker(d)) # XXX uses CheckerPy
d['__reduce__'] = CheckerPublic
d['__module__'] = CheckerPublic
Expand Down

0 comments on commit ec31274

Please sign in to comment.