Skip to content

Commit a8af0e7

Browse files
committed
One more fix for reverse->invert
1 parent 28be123 commit a8af0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/symbols/patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Pattern(19),
4141
# Pattern 19 with custom background ("red3") and foreground ("lightbrown").
4242
Pattern(19, bgcolor="red3", fgcolor="lightbrown"),
43-
# Reverse the background and foreground.
43+
# Invert the background and foreground.
4444
Pattern(19, invert=True, bgcolor="red3", fgcolor="lightbrown"),
4545
# Same as above, but with a 100 dpi resolution.
4646
Pattern(19, bgcolor="red3", fgcolor="lightbrown", dpi=100),

0 commit comments

Comments
 (0)