guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/22: gnu: python-flake8-implicit-str-concat: Fix typo.


From: guix-commits
Subject: 10/22: gnu: python-flake8-implicit-str-concat: Fix typo.
Date: Wed, 21 Apr 2021 11:51:00 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit c69c220ae28077ddf4bb903d77070af08b223666
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Tue Apr 20 23:54:35 2021 -0700

    gnu: python-flake8-implicit-str-concat: Fix typo.
    
    * gnu/packages/python-xyz.scm
      (python-flake8-implicit-str-concat)[description]: Fix spelling of
      "formatting".
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2b4bae8..2e89917 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]