Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit d9cfaca

Browse files
committed
fix comments
1 parent 945b37f commit d9cfaca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pugdebug/gui/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def move_to_line(self, line, is_current=True):
250250

251251
block_number = cursor.blockNumber()
252252

253-
# Mark block on which the cursor is as the current on
253+
# Mark block on which the cursor is as the current one
254254
block = cursor.block()
255255
self.block_set_is_current(block, is_current)
256256

pugdebug/pugdebug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def focus_current_line(self):
333333
document_widget.move_to_line(current_line)
334334

335335
def jump_to_line_in_file(self, file, line):
336-
"""Handle when an item in the stack trace viewer is double clicked.
336+
"""Jump to a line in a file.
337337
338338
Show the document, and scroll to the given line.
339339
"""

0 commit comments

Comments
 (0)