Skip to content

Commit e18852a

Browse files
author
Matthias Koeppe
committed
src/sage/plot/plot3d/list_plot3d.py: Fix doc markup
1 parent e5b62ef commit e18852a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/plot/plot3d/list_plot3d.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,7 @@ def list_plot3d_tuples(v, interpolation_type, **kwds):
530530
531531
.. PLOT::
532532
533-
sphinx_plot(list_plot3d([[1, 1, 1], [1, 2, 1], [0, 1, 3], [1, 0, 4]],
534-
....: point_list=True))
533+
sphinx_plot(list_plot3d([[1, 1, 1], [1, 2, 1], [0, 1, 3], [1, 0, 4]], point_list=True))
535534
536535
::
537536

0 commit comments

Comments
 (0)