Skip to content

Commit 67dda6c

Browse files
docstring improvement in datajoint/table.py
Co-authored-by: Raphael Guzman <[email protected]>
1 parent 58a294b commit 67dda6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datajoint/table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ def update1(self, row):
267267

268268
def insert1(self, row, **kwargs):
269269
"""
270-
Insert one data record into the table..
270+
Insert one data record into the table. For ``kwargs``, see ``insert()``.
271+
271272
:param row: a numpy record, a dict-like object, or an ordered sequence to be inserted
272273
as one row.
273-
For kwargs, see insert()
274274
"""
275275
self.insert((row,), **kwargs)
276276

0 commit comments

Comments
 (0)