Skip to content

Commit 9ff5a5f

Browse files
committed
Added casses I missed to fix
1 parent 73b60f7 commit 9ff5a5f

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
@@ -284,7 +284,7 @@ class in the Matplotlib API, and the one you will be working with most
284284
# :class:`matplotlib.figure.Figure`, and it contains everything in the
285285
# figure. The background of the figure is a
286286
# :class:`~matplotlib.patches.Rectangle` which is stored in
287-
# :attr:`Figure.patch <matplotlib.figure.Figure.patch>`. As
287+
# :attr:`!Figure.patch <matplotlib.figure.Figure.patch>`. As
288288
# you add subplots (:meth:`~matplotlib.figure.Figure.add_subplot`) and
289289
# Axes (:meth:`~matplotlib.figure.Figure.add_axes`) to the figure
290290
# these will be appended to the :attr:`Figure.axes
@@ -375,7 +375,7 @@ class in the Matplotlib API, and the one you will be working with most
375375
# customize the ``Artists`` it contains. Like the
376376
# :class:`~matplotlib.figure.Figure`, it contains a
377377
# :class:`~matplotlib.patches.Patch`
378-
# :attr:`~matplotlib.axes.Axes.patch` which is a
378+
# :attr:`!~matplotlib.axes.Axes.patch` which is a
379379
# :class:`~matplotlib.patches.Rectangle` for Cartesian coordinates and a
380380
# :class:`~matplotlib.patches.Circle` for polar coordinates; this patch
381381
# determines the shape, background and border of the plotting region::

0 commit comments

Comments
 (0)