Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed May 30, 2018
1 parent fbf6aae commit 650c8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compapp/plugins/misc.py
Expand Up @@ -314,7 +314,7 @@ class Figure(Plugin):
figure.
>>> figure() # doctest: +ELLIPSIS
<matplotlib.figure.Figure object at ...>
<Figure size ... with 0 Axes>
It also has `.subplots` which is just a thin wrapper around
`matplotlib.pyplot.subplots`:
Expand Down

0 comments on commit 650c8b8

Please sign in to comment.