Skip to content

Commit

Permalink
Correct spelling mistake (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
joouha committed Feb 9, 2024
1 parent 1b4eb5e commit 05c6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ async def debugInfo(self, message):
}

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

0 comments on commit 05c6153

Please sign in to comment.