Skip to content

Commit 5f50e90

Browse files
committed
main
1 parent a260b62 commit 5f50e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def get_parent(self, channel=None):
806806
def _get_shell_context_var(self, var: ContextVar[T]) -> T:
807807
"""Lookup a ContextVar, falling back on the shell context
808808
809-
Allows for user-launched Threads to still resolve to the shell's mai context
809+
Allows for user-launched Threads to still resolve to the shell's main context
810810
811811
necessary for e.g. display from threads.
812812
"""

0 commit comments

Comments
 (0)