8000 doc: Fix footnote reference that breaks LaTeX build. · matplotlib/matplotlib@0df3ecd · GitHub
[go: up one dir, main page]

Skip to content

Commit 0df3ecd

Browse files
committed
doc: Fix footnote reference that breaks LaTeX build.
1 parent 95ed9f3 commit 0df3ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction
33

44
matplotlib is a library for making 2D plots of arrays in `Python
55
<http://www.python.org>`_. Although it has its origins in emulating
6-
the MATLAB |reg| [*]_ graphics commands, it is
6+
the MATLAB |reg| [#]_ graphics commands, it is
77
independent of MATLAB, and can be used in a Pythonic, object oriented
88
way. Although matplotlib is written primarily in pure Python, it
99
makes heavy use of `NumPy <http://www.numpy.org>`_ and other extension
@@ -91,4 +91,4 @@ from the Python shell in Tkinter on Windows™. My primary use is to
9191
embed matplotlib in a Gtk+ EEG application that runs on Windows, Linux
9292
and Macintosh OS X.
9393

94-
.. [*] MATLAB is a registered trademark of The MathWorks, Inc.
94+
.. [#] MATLAB is a registered trademark of The MathWorks, Inc.

0 commit comments

Comments
 (0)
0