guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d866b37bc66b925cf634dcb6e8f25b0b700ccc6a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Oct 1 09:23:38 2025 +0200

    gnu: python-tree-sitter-grammar: Fix long line.
    
    * gnu/packages/tree-sitter.scm (python-tree-sitter-grammar)[description]:
    Restrict to ≤ 80 characters per line.
---
 gnu/packages/tree-sitter.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index c3033aa282..7b33c51572 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -943,8 +943,9 @@ to generate the package name.  When TESTS? is true, tests 
are enabled."
                                '())
                            (list python-setuptools
                                  python-wheel)))
-    (description (string-append (package-description pkg)
-                                (P_ "\n\nThis variant provides Python 
bindings.")))))
+    (description
+     (string-append (package-description pkg)
+                    (P_ "\n\nThis variant provides Python bindings.")))))
 
 (define-public python-tree-sitter-html
   (python-tree-sitter-grammar

Reply via email to