gnu: python-tree-sitter-grammar: Fix long line.

* gnu/packages/tree-sitter.scm (python-tree-sitter-grammar)[description]:
Restrict to ≤ 80 characters per line.
This commit is contained in:
Liliana Marie Prikler 2025-10-01 09:23:38 +02:00
parent cf5b527685
commit d866b37bc6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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