Skip to content

Commit 1d4e2b6

Browse files
authored
Update user_tables.py
1 parent f64c141 commit 1d4e2b6

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
@@ -240,5 +240,5 @@ def drop(self, force=False):
240240
)
241241

242242
def alter(self, prompt=True, context=None):
243-
# when there is no context, map "master" keyword to master table
243+
# without context, use declaration context which maps master keyword to master table
244244
super().alter(prompt=prompt, context=context or self.declaration_context)

0 commit comments

Comments
 (0)