Skip to content

Commit 395b1d8

Browse files
improve docstring
1 parent 55d1006 commit 395b1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datajoint/autopopulate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def populate(self, *restrictions, keys=None, suppress_errors=False,
135135
for which there is not already a tuple in table.
136136
:param restrictions: a list of restrictions each restrict
137137
(table.key_source - target.proj())
138-
:param keys: The list of dicts to populate. When None (default),
139-
uses self.key_source to query keys to populate.
138+
:param keys: The list of keys (dicts) to send to self.make().
139+
If None (default), then use self.key_source to query they keys.
140140
:param suppress_errors: if True, do not terminate execution.
141141
:param return_exception_objects: return error objects instead of just error messages
142142
:param reserve_jobs: if True, reserve jobs to populate in asynchronous fashion

0 commit comments

Comments
 (0)