From 68c655bd9c62d2a1da4d0294c3cdf6130ff561e8 Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Wed, 12 Apr 2017 10:21:03 +0200 Subject: [PATCH] Add period at end of docstring to make flake happy --- tests/end2end/data/userscripts/stdinclose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/data/userscripts/stdinclose.py b/tests/end2end/data/userscripts/stdinclose.py index 9b2ade1c0..fa0676f73 100755 --- a/tests/end2end/data/userscripts/stdinclose.py +++ b/tests/end2end/data/userscripts/stdinclose.py @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -"""A userscript to check if the stdin gets closed""" +"""A userscript to check if the stdin gets closed.""" import sys import os