We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd415c commit d644aa5Copy full SHA for d644aa5
python-ffi/Record/Builder.py
@@ -12,7 +12,7 @@ def ap(rec):
12
return value
13
14
15
-def unsafeInsert(l):
+def unsafeModify(l):
16
def modify(f):
17
def ap(rec):
18
rec[l] = f(rec[l])
0 commit comments