Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 58a30a8

Browse files
committed
trac 26403 fix 32bit doctest
1 parent 0a34ee9 commit 58a30a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/plot3d/shapes.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ cdef class Sphere(ParametricSurface):
945945
946946
sage: from sage.plot.plot3d.shapes import Sphere
947947
sage: Sphere(1).get_grid(100)
948-
([-10.0, ..., 0.0, ..., 10.0],
948+
([-10.0, ..., 10.0],
949949
[0.0, ..., 3.141592653589793, ..., 0.0])
950950
"""
951951
cdef int K, u_res, v_res

0 commit comments

Comments
 (0)