Skip to content

Commit abc8d16

Browse files
author
Matthias Koeppe
committed
src/sage/plot/{line,plot}.py: Doctest cosmetics
1 parent 63dcc78 commit abc8d16

File tree

2 files changed

+88
-64
lines changed

2 files changed

+88
-64
lines changed

src/sage/plot/line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def line2d(points, **options):
389389
390390
A line with no points or one point::
391391
392-
sage: line([]) #returns an empty plot
392+
sage: line([]) # returns an empty plot
393393
Graphics object consisting of 0 graphics primitives
394394
sage: import numpy; line(numpy.array([])) # needs numpy
395395
Graphics object consisting of 0 graphics primitives

0 commit comments

Comments
 (0)