Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 26403 fix 32bit doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Oct 17, 2019
1 parent 0a34ee9 commit 58a30a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/plot3d/shapes.pyx
Expand Up @@ -945,7 +945,7 @@ cdef class Sphere(ParametricSurface):
sage: from sage.plot.plot3d.shapes import Sphere
sage: Sphere(1).get_grid(100)
([-10.0, ..., 0.0, ..., 10.0],
([-10.0, ..., 10.0],
[0.0, ..., 3.141592653589793, ..., 0.0])
"""
cdef int K, u_res, v_res
Expand Down

0 comments on commit 58a30a8

Please sign in to comment.