Adjust docstring

This commit is contained in:
Luca Benci 2017-10-17 22:38:11 +02:00
parent e508224a46
commit 233e72fef1

View File

@ -159,7 +159,8 @@ class ExternalEditor(QObject):
"""Start the editor with the file opened as self._filename.
Args:
caret_position: The position of the caret in the text.
line: the line number to pass to the editor
column: the column number to pass to the editor
"""
self._proc = guiprocess.GUIProcess(what='editor', parent=self)
self._proc.finished.connect(self.on_proc_closed)