Skip to content

Commit d644aa5

Browse files
committed
fix function name
1 parent 7fd415c commit d644aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-ffi/Record/Builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def ap(rec):
1212
return value
1313

1414

15-
def unsafeInsert(l):
15+
def unsafeModify(l):
1616
def modify(f):
1717
def ap(rec):
1818
rec[l] = f(rec[l])

0 commit comments

Comments
 (0)