Skip to content

Commit 2694d11

Browse files
authored
Fix typo in comment
1 parent 0bd3f1b commit 2694d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explorer/connections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ def __getitem__(self, item):
2323
if item in djcs:
2424
# Original connection handling did lookups by the django names not the explorer
2525
# alias. To support stored uses of URLs accessing connections by the old name
26-
# (such as schema), we support the django db connectin name as long as it is
26+
# (such as schema), we support the django db connection name as long as it is
2727
# mapped by some alias in EXPLORER_CONNECTIONS, so as to prevent access to
28-
# Django DB connections never meant to be exposed by Explorer
28+
# Django DB connections, never meant to be exposed by Explorer
2929
if item not in EXPLORER_CONNECTIONS.values():
3030
raise InvalidExplorerConnectionException(
3131
f"Attempted to access connection {item} which is "

0 commit comments

Comments
 (0)