From 7907840ead0341d9afc2b9730ce99d8511de5160 Mon Sep 17 00:00:00 2001 From: Luca Benci Date: Wed, 18 Oct 2017 20:19:39 +0200 Subject: [PATCH] Add full stops --- qutebrowser/misc/editor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qutebrowser/misc/editor.py b/qutebrowser/misc/editor.py index e4fc3bd35..85c552c8c 100644 --- a/qutebrowser/misc/editor.py +++ b/qutebrowser/misc/editor.py @@ -192,11 +192,11 @@ class ExternalEditor(QObject): Args: possible_placeholder: an argument of editor.command. - line: the previously-calculated line number for the text caret - column: the previously-calculated column 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. Return: - The substituted placeholder or the original argument + The substituted placeholder or the original argument. """ replacements = { '{}': self._filename,