Skip to content

Commit 7e4a7ab

Browse files
committed
Adjust insert docstring
1 parent e7adabd commit 7e4a7ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

datajoint/table.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,9 @@ def insert(
353353
will be inserted.
354354
:param replace: If True, replaces the existing tuple.
355355
:param skip_duplicates: If True, silently skip duplicate inserts.
356-
:param ignore_extra_fields: If False, fields that are not in the heading raise
357-
error.
358-
:param allow_direct_insert: applies only in auto-populated tables. If False
359-
(default), insert are allowed only from inside the make callback.
356+
:param ignore_extra_fields: If False, fields that are not in the heading raise error.
357+
:param allow_direct_insert: Only applies in auto-populated tables. If False (default),
358+
insert may only be called from inside the make callback.
360359
361360
Example:
362361

0 commit comments

Comments
 (0)