Skip to content

Commit 0c80b72

Browse files
author
Matthias Koeppe
committed
src/sage/plot/arc.py: Fix # needs
1 parent d99ce15 commit 0c80b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/arc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, x, y, r1, r2, angle, s1, s2, options):
5656
5757
EXAMPLES::
5858
59-
sage: # needs sage/symbolic
59+
sage: # needs sage.symbolic
6060
sage: A = arc((2,3),1,1,pi/4,(0,pi))
6161
sage: A[0].x == 2
6262
True

0 commit comments

Comments
 (0)