Skip to content

Commit d4dd22c

Browse files
authored
Update src/sage/plot/plot3d/plot3d.py
1 parent 7d4c8e6 commit d4dd22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/plot3d/plot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __init__(self, dep_var, indep_vars):
248248
249249
Because the base :class:`_Coordinates` class automatically checks the
250250
initializing variables with the transform method, :class:`_Coordinates`
251-
cannot be instantiated by itself. We test a subclass.::
251+
cannot be instantiated by itself. We test a subclass::
252252
253253
sage: from sage.plot.plot3d.plot3d import _ArbitraryCoordinates as arb
254254
sage: x,y,z=var('x,y,z')

0 commit comments

Comments
 (0)