diff options
author | Vinicius Monego <monego@posteo.net> | 2025-07-06 10:01:47 -0300 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-17 10:57:35 +0200 |
commit | 6966677e95a1b5e5dbee99a0d96663703ff62c09 (patch) | |
tree | f7014c422913c6c3adafb0960249798838fcd079 | |
parent | 917e71394a4300771545e568bc2056fa16237572 (diff) |
gnu: sage: Fix lint warning.
* gnu/packages/sagemath.scm (sage)[description]: Use two spaces after
sentence.
Change-Id: I1495dadf597ab9c8337a97c1ae1da1d1c34ed908
-rw-r--r-- | gnu/packages/sagemath.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |