Skip to content

Commit 3cc8082

Browse files
improve docstring
1 parent 477c326 commit 3cc8082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/user_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class _AliasNode:
257257

258258

259259
def _get_tier(table_name):
260-
"""given the table name, return"""
260+
"""given the table name, return the use table class."""
261261
if not table_name.startswith("`"):
262262
return _AliasNode
263263
else:

0 commit comments

Comments
 (0)