Skip to content

Commit 92cd0fb

Browse files
committed
Trivial doc fix to annotations tutorial.
Initially I just wanted to capitalize "matplotlib", but the wording was a bit awkward too, so...
1 parent e2e703b commit 92cd0fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tutorials/text/annotations.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,8 @@
362362
# Coordinate systems for Annotations
363363
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
364364
#
365-
# The Annotation in matplotlib supports several types of coordinates as
366-
# described in :ref:`annotations-tutorial`. For an advanced user who wants
367-
# more control, it supports a few other options.
365+
# Matplotlib Annotations support several types of coordinates. Some are
366+
# described in :ref:`annotations-tutorial`; more advanced options are
368367
#
369368
# 1. A `.Transform` instance. For example, ::
370369
#

0 commit comments

Comments
 (0)