Skip to content

Commit e9e52ea

Browse files
author
Matthias Köppe
authored
delete trailing whitespace
1 parent 7ce1b16 commit e9e52ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/plot/polygon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def polygon2d(points, **options):
390390
391391
sage: s = sqrt(3)
392392
sage: polygon2d([[0, 0], [0, s], [1, s], [3/2, 3/2*s], [3, s], [3, 0], [4, 0],
393-
....: [9/2, -1/2*s], [3, -s], [3/2, -1/2*s], [1, -s], [-1, -s],
393+
....: [9/2, -1/2*s], [3, -s], [3/2, -1/2*s], [1, -s], [-1, -s],
394394
....: [-3/2, -1/2*s]], axes=False)
395395
Graphics object consisting of 1 graphics primitive
396396

0 commit comments

Comments
 (0)