Skip to content

Commit 3766eb5

Browse files
author
Matthias Koeppe
committed
src/sage/schemes/projective/proj_bdd_height.py: Fix markup
1 parent 543f8d6 commit 3766eb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/schemes/projective/proj_bdd_height.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def ZZ_points_of_bounded_height(PS, dim, bound):
5252
5353
- an iterator of points of bounded height
5454
55-
EXAMPLES:
55+
EXAMPLES::
5656
5757
sage: from sage.schemes.projective.proj_bdd_height import ZZ_points_of_bounded_height
5858
sage: PS = ProjectiveSpace(ZZ, 1)
@@ -110,7 +110,7 @@ def QQ_points_of_bounded_height(PS, dim, bound, normalize=False):
110110
111111
- an iterator of points of bounded height
112112
113-
EXAMPLES:
113+
EXAMPLES::
114114
115115
sage: from sage.schemes.projective.proj_bdd_height import QQ_points_of_bounded_height
116116
sage: PS = ProjectiveSpace(QQ, 1)
@@ -251,7 +251,7 @@ def points_of_bounded_height(PS, K, dim, bound, prec=53):
251251
252252
- an iterator of points of bounded height
253253
254-
EXAMPLES:
254+
EXAMPLES::
255255
256256
sage: from sage.schemes.projective.proj_bdd_height import points_of_bounded_height
257257
sage: x = polygen(ZZ, 'x')

0 commit comments

Comments
 (0)