guix_mirror_bot pushed a commit to branch sage
in repository guix.
commit 6966677e95a1b5e5dbee99a0d96663703ff62c09
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Jul 6 10:01:47 2025 -0300
gnu: sage: Fix lint warning.
* gnu/packages/sagemath.scm (sage)[description]: Use two spaces after
sentence.
Change-Id: I1495dadf597ab9c8337a97c1ae1da1d1c34ed908
---
gnu/packages/sagemath.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index ec4e307ddb..162a302e4e 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -520,7 +520,7 @@ database.")
(description
"SageMath is a mathematics software built on top of many existing
packages such as NumPy, SciPy, Matplotlib, Sympy, Maxima, GAP, FLINT,
-R and others. Their combined power may be accessed through a common,
+R and others. Their combined power may be accessed through a common,
Python-based language or directly via interfaces or wrappers.")
;; Documentation under cc-by-sa3.0, see COPYING.txt in the distribution.
(license license:gpl3)))