From 22df7530a75916979bcc41a56db4e29f89ebc39d Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Fri, 2 Mar 2018 11:37:33 -0800 Subject: [PATCH] Fix comment typo --- ptvsd/wrapper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ptvsd/wrapper.py b/ptvsd/wrapper.py index 2013f8c1..86ac77b7 100644 --- a/ptvsd/wrapper.py +++ b/ptvsd/wrapper.py @@ -953,9 +953,9 @@ class VSCodeMessageProcessor(ipcjson.SocketIO, ipcjson.IpcChannel): else: reason = 'pause' - # For exception case both raise and caught, pydevd adds a __exception__ object to the - # top most frame. Extracting the exception name and description from that frame gives - # accurate exception information. + # For exception cases both raise and uncaught, pydevd adds a __exception__ object to the + # top most frame. Extracting the exception name and description from that frame gives + # accurate exception information. if reason == 'exception': # Get exception info from frame try: