Skip to content

Commit

Permalink
cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonrubiagonzalez committed Dec 20, 2021
1 parent 5ed4040 commit 57a4352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def disk(point, radius, angle, **options):
sage: br = disk((0.0,0.0), 1, (3*pi/2, 2*pi), color='black')
sage: P = tl+tr+bl+br
sage: P.show(xmin=-2,xmax=2,ymin=-2,ymax=2)
make
.. PLOT::
from sage.plot.disk import Disk
Expand Down

0 comments on commit 57a4352

Please sign in to comment.