From cf3e0700be6d9dfdea2553fa6f6340f3d9c65d93 Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Mon, 16 Sep 2024 14:58:51 -0500 Subject: [PATCH] fix typo --- datajoint/user_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: