diff --git a/datajoint/user_tables.py b/datajoint/user_tables.py index d2056fd4..36bdb9ca 100644 --- a/datajoint/user_tables.py +++ b/datajoint/user_tables.py @@ -257,7 +257,7 @@ class _AliasNode: def _get_tier(table_name): - """given the table name, return the use table class.""" + """given the table name, return the user table class.""" if not table_name.startswith("`"): return _AliasNode else: