Skip to content

Commit 9ba4e86

Browse files
whitespace
1 parent ab691d3 commit 9ba4e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/autopopulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def key_source(self):
5454
:return: the query expression that yields primary key values to be passed,
5555
sequentially, to the ``make`` method when populate() is called.
5656
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
57+
Subclasses may override they key_source to change the scope or the granularity
5858
of the make calls.
5959
"""
6060
def _rename_attributes(table, props):

0 commit comments

Comments
 (0)