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/qt.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/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index e51962e0a7..be6cae57bb 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4248,8 +4248,9 @@ contain over 620 classes.") (base32 "1m39znwza9yypyd93i5mxd9pbf6zn9qdajczpm953awwdlywyx1g")))) (synopsis "Sip module support for PyQt6") (description - "SIP is used to write self contained extension modules, i.e. without a library -to be wrapped. This SIP extension module provides support for the PyQt6 package."))) + "SIP is used to write self contained extension modules, i.e. without a +library to be wrapped. This SIP extension module provides support for the +PyQt6 package."))) (define-public python-pyqtwebengine (package |