Skip to content

Commit 9378431

Browse files
author
Matthias Koeppe
committed
src/sage/plot/plot3d/list_plot3d.py: Fix up
1 parent 94fff32 commit 9378431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/plot3d/list_plot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def list_plot3d_tuples(v, interpolation_type, **kwds):
531531
.. PLOT::
532532
533533
sphinx_plot(list_plot3d([[1, 1, 1], [1, 2, 1], [0, 1, 3], [1, 0, 4]],
534-
....: point_list=True))
534+
point_list=True))
535535
536536
::
537537

0 commit comments

Comments
 (0)