Skip to content

Commit e5b62ef

Browse files
author
Matthias Koeppe
committed
src/sage/plot/plot.py: Fix up docstring markup
1 parent b5c1e8a commit e5b62ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def y(x): return x*sin(x**2)
421421
sage: g1 = plot(sin(x), 0, 2*pi)
422422
sage: g2 = plot(cos(x), 0, 2*pi, linestyle="--")
423423
sage: (g1 + g2).show(ticks=pi/6, # show their sum, nicely formatted # long time
424-
....: tick_formatter=pi)
424+
....: tick_formatter=pi)
425425
426426
.. PLOT::
427427

0 commit comments

Comments
 (0)