Skip to content

Commit d18f5fd

Browse files
authored
Apply suggestion from @anarchivist
1 parent fd4c2ce commit d18f5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • mokelumne/providers/ldc/hooks

mokelumne/providers/ldc/hooks/ldc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class LDCHook(BaseHook):
2121
conn_type = "ldc"
2222
conn_name_attr = "conn_id"
2323
default_conn_name = "ldc_default"
24-
hook_name = "LDC"
24+
hook_name = "Linguistic Data Consortium"
2525

2626
def __init__(self, conn_id: str = "ldc_default") -> None:
2727
super().__init__()

0 commit comments

Comments
 (0)