Add full stops

This commit is contained in:
Luca Benci 2017-10-18 20:19:39 +02:00
parent addccd7492
commit 7907840ead

View File

@ -192,11 +192,11 @@ class ExternalEditor(QObject):
Args: Args:
possible_placeholder: an argument of editor.command. possible_placeholder: an argument of editor.command.
line: the previously-calculated line number for the text caret line: the previously-calculated line number for the text caret.
column: the previously-calculated column number for the text caret column: the previously-calculated column number for the text caret.
Return: Return:
The substituted placeholder or the original argument The substituted placeholder or the original argument.
""" """
replacements = { replacements = {
'{}': self._filename, '{}': self._filename,