Skip to content

Commit 73722a5

Browse files
authored
Merge pull request #3746 from SeanMcCarren/patch-1
Remove errroneous comma in SVG path
2 parents c105f45 + 642c15a commit 73722a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/shapes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ fig.update_layout(
569569
# filled Polygon
570570
dict(
571571
type="path",
572-
path=" M 3,7 L2,8 L2,9 L3,10, L4,10 L5,9 L5,8 L4,7 Z",
572+
path=" M 3,7 L2,8 L2,9 L3,10 L4,10 L5,9 L5,8 L4,7 Z",
573573
fillcolor="PaleTurquoise",
574574
line_color="LightSeaGreen",
575575
),

0 commit comments

Comments
 (0)