Skip to content

Commit

Permalink
Make protocol argument name match convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 2, 2018
1 parent 6a4dea6 commit 3db71fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapt/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def __reduce__(self):
raise NotImplementedError(
'object proxy must define __reduce_ex__()')

def __reduce_ex__(self, proto):
def __reduce_ex__(self, protocol):
raise NotImplementedError(
'object proxy must define __reduce_ex__()')

Expand Down

0 comments on commit 3db71fb

Please sign in to comment.