Skip to content

Commit 7352e55

Browse files
author
Matthias Koeppe
committed
src/sage/plot/point.py: Fix up doctest formatting
1 parent caacd0a commit 7352e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sage: P = E(0,0) # optional - sage.schemes
99
sage: def get_points(n):
1010
....: return sum(point(list(i*P)[:2], size=3)
11-
....: for i in range(-n,n) if i != 0 and (i*P)[0] < 3)
11+
....: for i in range(-n,n) if i != 0 and (i*P)[0] < 3)
1212
sage: sum(get_points(15*n).plot3d(z=n) for n in range(1,10)) # optional - sage.schemes
1313
Graphics3d Object
1414
"""

0 commit comments

Comments
 (0)