Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko committed Sep 16, 2024
1 parent 477c326 commit 3cc8082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datajoint/user_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class _AliasNode:


def _get_tier(table_name):
"""given the table name, return"""
"""given the table name, return the use table class."""
if not table_name.startswith("`"):
return _AliasNode
else:
Expand Down

0 comments on commit 3cc8082

Please sign in to comment.