Skip to content

Commit

Permalink
Merge pull request #44 from zopefoundation/icemac-patch-1
Browse files Browse the repository at this point in the history
Fix method name
  • Loading branch information
tseaver committed May 17, 2017
2 parents 7196774 + bf8cacb commit feb1c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AccessControl/ZopeGuards.py
Expand Up @@ -551,7 +551,7 @@ def _metaclass(name, bases, dict):
'>>=': '__irshift__',
'&=': '__iand__',
'^=': '__ixor__',
'|=': '__ior_',
'|=': '__ior__',
}


Expand Down

0 comments on commit feb1c91

Please sign in to comment.