@@ -397,8 +397,8 @@ class sage__libs__linbox(JoinFeature):
397
397
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.linbox`
398
398
and other modules depending on Givaro, FFLAS-FFPACK, LinBox.
399
399
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.
402
402
403
403
TESTS::
404
404
@@ -424,8 +424,8 @@ class sage__libs__m4ri(JoinFeature):
424
424
A :class:`sage.features.Feature` describing the presence of Cython modules
425
425
depending on the M4RI and/or M4RIe libraries.
426
426
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.
429
429
430
430
TESTS::
431
431
@@ -451,8 +451,8 @@ class sage__libs__ntl(JoinFeature):
451
451
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.ntl`
452
452
and other modules depending on NTL.
453
453
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.
456
456
457
457
TESTS::
458
458
@@ -477,11 +477,12 @@ class sage__libs__pari(JoinFeature):
477
477
r"""
478
478
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.libs.pari`.
479
479
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``.
482
483
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.
485
486
486
487
EXAMPLES::
487
488
0 commit comments