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:
Vagrant Cascadian 2021-04-20 23:54:35 -07:00
parent cf423a3747
commit c69c220ae2
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -8915,7 +8915,7 @@ (define-public python-flake8-implicit-str-concat
correct string literal concatenation.
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.")
(license license:expat)))