8000 Merge pull request #21189 from anntzer/df · matplotlib/matplotlib@5f44c48 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f44c48

Browse files
authored
Merge pull request #21189 from anntzer/df
Small doc fixes.
2 parents 060d5c8 + f09894e commit 5f44c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Numerical Python functions written for compatibility with MATLAB
33
commands with the same names. Most numerical Python functions can be found in
44
the `NumPy`_ and `SciPy`_ libraries. What remains here is code for performing
5-
spectral computations.
5+
spectral computations and kernel density estimations.
66
77
.. _NumPy: https://numpy.org
88
.. _SciPy: https://www.scipy.org

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
.. plot:: path/to/plot.py
1818
19-
The plot's caption.
19+
The plot caption.
2020
2121
Additionally, one may specify the name of a function to call (with
2222
no arguments) immediately after importing the module::

0 commit comments

Comments
 (0)
0