We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab691d3 commit 9ba4e86Copy full SHA for 9ba4e86
datajoint/autopopulate.py
@@ -54,7 +54,7 @@ def key_source(self):
54
:return: the query expression that yields primary key values to be passed,
55
sequentially, to the ``make`` method when populate() is called.
56
The default value is the join of the parent tables references from the primary key.
57
- Subclasses may override they key_source to change the scope or the granularity
+ Subclasses may override they key_source to change the scope or the granularity
58
of the make calls.
59
"""
60
def _rename_attributes(table, props):
0 commit comments