Skip to content

Commit d99c846

Browse files
hurDaveWitteMorris
authored andcommitted
Correct errors in doctest for #10980
1 parent b988c9b commit d99c846

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
@@ -513,7 +513,7 @@ def f(x): return (x-3)*(x-5)*(x-7)+40
513513
sage: os.system("sage -c \"if 'matplotlib' in sys.modules: sys.exit(1)\"") # long time
514514
0
515515
516-
Verify that :trac `10980` is fixed
516+
Verify that :trac`10980`: is fixed::
517517
518518
sage: plot(x,0,2,gridlines=([sqrt(2)],[]))
519519
Graphics object consisting of 1 graphics primitive

0 commit comments

Comments
 (0)