We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b39a8e commit 2491181Copy full SHA for 2491181
1 file changed
galleries/tutorials/artists.py
@@ -157,8 +157,8 @@ class in the Matplotlib API, and the one you will be working with most
157
# plot, has a ``Rectangle`` instance that determines the color,
158
# transparency, and other properties of the Axes. These instances are
159
# 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).
+# ("Patch" is a name inherited from MATLAB, and is a 2D "patch"
+# of color on the figure, e.g., rectangles, circles and polygons).
162
# Every Matplotlib ``Artist`` has the following properties
163
#
164
# ========== =================================================================
0 commit comments