Skip to content

Commit 118f2e0

Browse files
author
Matthias Koeppe
committed
Remove empty doctest lines
1 parent 99a447b commit 118f2e0

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

src/sage/modular/modform_hecketriangle/hecke_triangle_group_element.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def __init__(self, parent, M, check=True, **kwargs):
117117
118118
EXAMPLES::
119119
120-
sage:
121120
sage: from sage.modular.modform_hecketriangle.hecke_triangle_groups import HeckeTriangleGroup, HeckeTriangleGroupElement
122121
sage: lam = PolynomialRing(ZZ, 'lam').gen()
123122
sage: M = matrix([[-1, 0], [-lam^4 + 5*lam^2 + lam - 5, -1]])

src/sage/symbolic/expression_conversion_sympy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def symbol(self, ex):
129129
"""
130130
EXAMPLES::
131131
132-
sage:
133132
sage: from sage.symbolic.expression_conversions import SympyConverter
134133
sage: s = SympyConverter()
135134
sage: s.symbol(x)
@@ -144,7 +143,6 @@ def relation(self, ex, op):
144143
"""
145144
EXAMPLES::
146145
147-
sage:
148146
sage: import operator
149147
sage: from sage.symbolic.expression_conversions import SympyConverter
150148
sage: s = SympyConverter()

src/sage/topology/simplicial_complex_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,6 @@ def RandomTwoSphere(n):
14231423
14241424
EXAMPLES::
14251425
1426-
sage:
14271426
sage: G = simplicial_complexes.RandomTwoSphere(6); G
14281427
Simplicial complex with vertex set (0, 1, 2, 3, 4, 5) and 8 facets
14291428
sage: G.homology() # needs sage.modules

src/sage/topology/simplicial_set.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,6 @@ def coproduct(self, *others):
23822382
sage: Y = S2.unset_base_point()
23832383
sage: Z = K.unset_base_point()
23842384
2385-
sage:
23862385
sage: S2.coproduct(K).is_pointed()
23872386
True
23882387
sage: S2.coproduct(K)

0 commit comments

Comments
 (0)