Skip to content

Commit d8637db

Browse files
committed
fix populate description
1 parent 30be2c8 commit d8637db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datajoint/autopopulate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ def populate(self, *restrictions, suppress_errors=False, return_exception_object
141141
:param limit: if not None, check at most this many keys
142142
:param max_calls: if not None, populate at most this many keys
143143
:param display_progress: if True, report progress_bar
144-
:param limit: if not None, checks at most that many keys
145-
:param max_calls: if not None, populates at max that many keys
146144
:param processes: number of processes to use. When set to a large number, then
147145
uses as many as CPU cores
148146
:param make_kwargs: optional dict containing keyword arguments that will be

0 commit comments

Comments
 (0)