Connect string literals

This commit is contained in:
Bruno Oliveira 2018-09-04 13:34:05 -03:00
parent 016f8f1536
commit 615c671434
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ class AssertionRewriter(ast.NodeVisitor):
import warnings
warnings.warn_explicit(
"assertion is always true, perhaps " "remove parentheses?",
"assertion is always true, perhaps remove parentheses?",
PytestWarning,
filename=str(self.module_path),
lineno=assert_.lineno,