Skip to content

Commit 05c6153

Browse files
authored
Correct spelling mistake (#1208)
1 parent 1b4eb5e commit 05c6153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ async def debugInfo(self, message):
610610
}
611611

612612
async def inspectVariables(self, message):
613-
"""Handle an insepct variables message."""
613+
"""Handle an inspect variables message."""
614614
self.variable_explorer.untrack_all()
615615
# looks like the implementation of untrack_all in ptvsd
616616
# destroys objects we nee din track. We have no choice but

0 commit comments

Comments
 (0)