Skip to content

Commit 2491181

Browse files
authored
Fix trailing whitespace.
1 parent 5b39a8e commit 2491181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/tutorials/artists.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ class in the Matplotlib API, and the one you will be working with most
157157
# plot, has a ``Rectangle`` instance that determines the color,
158158
# transparency, and other properties of the Axes. These instances are
159159
# stored as member variables :attr:`!Figure.patch` and :attr:`!Axes.patch`
160-
# ("Patch" is a name inherited from MATLAB, and is a 2D "patch"
161-
# of color on the figure, e.g., rectangles, circles and polygons).
160+
# ("Patch" is a name inherited from MATLAB, and is a 2D "patch"
161+
# of color on the figure, e.g., rectangles, circles and polygons).
162162
# Every Matplotlib ``Artist`` has the following properties
163163
#
164164
# ========== =================================================================

0 commit comments

Comments
 (0)