Skip to content

Commit 5c7e83a

Browse files
committed
Rename some copy pasted variable.
1 parent f327244 commit 5c7e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epoxy/metaclasses/scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __new__(mcs, name, bases, attrs):
2424
))
2525

2626
@staticmethod
27-
def _register(mutation):
27+
def _register(scalar):
2828
raise NotImplementedError('_register must be implemented in the sub-metaclass')
2929

3030
@staticmethod

0 commit comments

Comments
 (0)