Skip to content

Commit a2e338d

Browse files
committed
Fix minor bug
1 parent b769991 commit a2e338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-parts/computation/01-autopopulate_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
def make(self, key):
1414
img = (test.Image & key).fetch1('image')
1515
key['filtered_image'] = myfilter(img)
16-
self.insert(key)
16+
self.insert1(key)
1717
1818
The ``make`` method receives one argument: the dict ``key`` containing the primary key value of an element of :ref:`key source <keysource>` to be worked on.

0 commit comments

Comments
 (0)