Skip to content

Commit aecbedc

Browse files
author
Matthias Koeppe
committed
src/sage/features/sagemath.py: Break some long docstring lines
1 parent 48e8294 commit aecbedc

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/sage/features/sagemath.py

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ class sage__libs__linbox(JoinFeature):
397397
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.linbox`
398398
and other modules depending on Givaro, FFLAS-FFPACK, LinBox.
399399
400-
In addition to the modularization purposes that this tag serves, it also provides attribution
401-
to the upstream project.
400+
In addition to the modularization purposes that this tag serves,
401+
it also provides attribution to the upstream project.
402402
403403
TESTS::
404404
@@ -424,8 +424,8 @@ class sage__libs__m4ri(JoinFeature):
424424
A :class:`sage.features.Feature` describing the presence of Cython modules
425425
depending on the M4RI and/or M4RIe libraries.
426426
427-
In addition to the modularization purposes that this tag serves, it also provides attribution
428-
to the upstream project.
427+
In addition to the modularization purposes that this tag serves,
428+
it also provides attribution to the upstream project.
429429
430430
TESTS::
431431
@@ -451,8 +451,8 @@ class sage__libs__ntl(JoinFeature):
451451
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.ntl`
452452
and other modules depending on NTL.
453453
454-
In addition to the modularization purposes that this tag serves, it also provides attribution
455-
to the upstream project.
454+
In addition to the modularization purposes that this tag serves,
455+
it also provides attribution to the upstream project.
456456
457457
TESTS::
458458
@@ -477,11 +477,12 @@ class sage__libs__pari(JoinFeature):
477477
r"""
478478
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.libs.pari`.
479479
480-
SageMath uses the :ref:`PARI <spkg_pari>` library (via :ref:`cypari2 <spkg_cypari>`) for numerous purposes.
481-
Doctests that involves such features should be marked ``# needs sage.libs.pari``.
480+
SageMath uses the :ref:`PARI <spkg_pari>` library (via :ref:`cypari2
481+
<spkg_cypari>`) for numerous purposes. Doctests that involves such features
482+
should be marked ``# needs sage.libs.pari``.
482483
483-
In addition to the modularization purposes that this tag serves, it also provides attribution
484-
to the upstream project.
484+
In addition to the modularization purposes that this tag serves, it also
485+
provides attribution to the upstream project.
485486
486487
EXAMPLES::
487488

0 commit comments

Comments
 (0)