Skip to content

Commit 3c002ac

Browse files
author
Matthias Koeppe
committed
src/sage/features/sagemath.py: Fix alignment of # optional in features added here
1 parent 97d240e commit 3c002ac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/sage/features/sagemath.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class sage__modular(JoinFeature):
123123
EXAMPLES::
124124
125125
sage: from sage.features.sagemath import sage__modular
126-
sage: sage__modular().is_present() # optional - sage.modular
126+
sage: sage__modular().is_present() # optional - sage.modular
127127
FeatureTestResult('sage.modular', True)
128128
"""
129129
def __init__(self):
@@ -169,7 +169,7 @@ class sage__libs__flint(JoinFeature):
169169
EXAMPLES::
170170
171171
sage: from sage.features.sagemath import sage__libs__flint
172-
sage: sage__libs__flint().is_present() # optional - sage.libs.flint
172+
sage: sage__libs__flint().is_present() # optional - sage.libs.flint
173173
FeatureTestResult('sage.libs.flint', True)
174174
"""
175175
def __init__(self):
@@ -194,7 +194,7 @@ class sage__libs__ntl(JoinFeature):
194194
EXAMPLES::
195195
196196
sage: from sage.features.sagemath import sage__libs__ntl
197-
sage: sage__libs__ntl().is_present() # optional - sage.libs.ntl
197+
sage: sage__libs__ntl().is_present() # optional - sage.libs.ntl
198198
FeatureTestResult('sage.libs.ntl', True)
199199
"""
200200
def __init__(self):
@@ -376,7 +376,7 @@ class sage__rings__polynomial__pbori(JoinFeature):
376376
EXAMPLES::
377377
378378
sage: from sage.features.sagemath import sage__rings__polynomial__pbori
379-
sage: sage__rings__polynomial__pbori().is_present() # optional - sage.rings.polynomial.pbori
379+
sage: sage__rings__polynomial__pbori().is_present() # optional - sage.rings.polynomial.pbori
380380
FeatureTestResult('sage.rings.polynomial.pbori', True)
381381
"""
382382
def __init__(self):
@@ -442,7 +442,7 @@ class sage__schemes(JoinFeature):
442442
EXAMPLES::
443443
444444
sage: from sage.features.sagemath import sage__schemes
445-
sage: sage__schemes().is_present() # optional - sage.schemes
445+
sage: sage__schemes().is_present() # optional - sage.schemes
446446
FeatureTestResult('sage.schemes', True)
447447
"""
448448
def __init__(self):

0 commit comments

Comments
 (0)