From 7141941eceb31e4a81946c1f5bba5f3eb4aa1ad7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Apr 2016 07:17:13 +0200 Subject: [PATCH] Fix lint --- tests/integration/features/test_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/test_editor.py b/tests/integration/features/test_editor.py index 2fc76eb89..7b400705f 100644 --- a/tests/integration/features/test_editor.py +++ b/tests/integration/features/test_editor.py @@ -27,7 +27,7 @@ bdd.scenarios('editor.feature') @bdd.when(bdd.parsers.parse('I set up a fake editor replacing "{text}" by ' '"{replacement}"')) def set_up_editor_replacement(quteproc, httpbin, tmpdir, text, replacement): - """Set up general -> editor to a small python script doing a replacement""" + """Set up general->editor to a small python script doing a replacement.""" text = text.replace('(port)', str(httpbin.port)) script = tmpdir / 'script.py' script.write(textwrap.dedent("""