gnu: python-flake8-implicit-str-concat: Fix typo.
* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[description]: Fix spelling of "formatting".
This commit is contained in:
parent
cf423a3747
commit
c69c220ae2
1 changed files with 1 additions and 1 deletions
|
@ -8915,7 +8915,7 @@ These should be used in preference to using a backslash for line continuation.
|
||||||
correct string literal concatenation.
|
correct string literal concatenation.
|
||||||
|
|
||||||
It looks for style problems like implicitly concatenated string literals on
|
It looks for style problems like implicitly concatenated string literals on
|
||||||
the same line (which can be introduced by the code formating tool Black), or
|
the same line (which can be introduced by the code formatting tool Black), or
|
||||||
unnecessary plus operators for explicit string literal concatenation.")
|
unnecessary plus operators for explicit string literal concatenation.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Reference in a new issue