8000 DOC: fix typos / markup · dmgt/matplotlib@860a331 · GitHub
[go: up one dir, main page]

Skip to content

Commit 860a331

Browse files
committed
DOC: fix typos / markup
1 parent e679205 commit 860a331

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/pylab_examples/bar_stacked.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
=================
55
66
This is an example of creating a stacked bar plot with error bars
7-
using `plt.bar`. Note the parameters `yerr` used for error bars, and
8-
`bottom` to stack the women's bars on top of the men's bars.
7+
using `plt.bar`. Note the parameters *yerr* used for error bars, and
8+
*bottom* to stack the women's bars on top of the men's bars.
99
1010
"""
1111

examples/pylab_examples/dolphin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
========
55
66
This example shows how to draw, and manipulate shapes given vertices
7-
and nodes using the `patches`, `path` and `transforms` classes.
7+
and nodes using the `Patches`, `Path` and `Transforms` classes.
88
99
"""
1010

0 commit comments

Comments
 (0)
0