We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a260b62 commit 5f50e90Copy full SHA for 5f50e90
ipykernel/kernelbase.py
@@ -806,7 +806,7 @@ def get_parent(self, channel=None):
806
def _get_shell_context_var(self, var: ContextVar[T]) -> T:
807
"""Lookup a ContextVar, falling back on the shell context
808
809
- Allows for user-launched Threads to still resolve to the shell's mai context
+ Allows for user-launched Threads to still resolve to the shell's main context
810
811
necessary for e.g. display from threads.
812
"""
0 commit comments