Skip to content

Commit f85e915

Browse files
minor comment
1 parent a2429bf commit f85e915

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datajoint/relational_operand.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ def heading(self):
9393

9494
@property
9595
def distinct(self):
96-
"""True if the DISTINCT modifier is required to turn the query into a relation"""
96+
"""
97+
:return: True if the DISTINCT modifier is required to make valid result
98+
"""
9799
return self._distinct
98100

99101
@property

0 commit comments

Comments
 (0)