diff options
author | Gabriel Wicki <gabriel@erlikon.ch> | 2025-01-05 22:22:59 +0100 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-01-05 15:38:44 -0800 |
commit | 178d82d508117eb48a8f7023b5ca12f747655a4c (patch) | |
tree | 47512a0e3a905132a58fd8499ca44f7f8ac0f369 /gnu/packages/astronomy.scm | |
parent | 03ff4e29364137e7b23f71ebf829bc4e45edbd9e (diff) |
gnu: Fix whitespace issues in Python package descriptions.
This mainly addresses `double-space after sentence end period' and `trailing
white space' issues.
* gnu/packages/astronomy.scm (python-tweakwcs): Fix description.
* gnu/packages/check.scm (python-pytest-subtesthack): Fix description.
* gnu/packages/python-xyz.scm (python-qnorm, python-uncertainties,
python-sre-yield): Fix description.
* gnu/packages/qt.scm (python-pyqt6-sip): Fix description.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 815f39f461..f2225b71ee 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6368,7 +6368,7 @@ orbit around the Earth.") (description "@code{tweakwcs} is a package that provides core algorithms for computing and applying corrections to @code{WCS} objects such as to minimize mismatch -between image and reference catalogs. Currently only aligning images with +between image and reference catalogs. Currently only aligning images with @code{FITS WCS} and @code{JWST gWCS} are supported.") (license license:bsd-3))) |