diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-20 23:54:35 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:32:36 -0700 |
commit | c69c220ae28077ddf4bb903d77070af08b223666 (patch) | |
tree | 2f7310aebba11514217ac16ec9054e60f5adb518 | |
parent | cf423a3747ce8ac30e2efb9c247a3d36d7e134e3 (diff) | |
download | guix-c69c220ae28077ddf4bb903d77070af08b223666.tar.gz |
gnu: python-flake8-implicit-str-concat: Fix typo.
* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[description]: Fix spelling of "formatting".
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2b4bae8a7e..2e89917d53 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8915,7 +8915,7 @@ These should be used in preference to using a backslash for line continuation. 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))) |