@@ -431,7 +431,7 @@ pyplot::
431431
432432.. _howto-show
433433
434- Use :func: `~matplotlib.pyplot.show `
434+ Use :func: `~matplotlib.pyplot.show `
435435------------------------------------------
436436
437437The user interface backends need to start the GUI mainloop, and this
@@ -655,13 +655,13 @@ Search examples
655655The nearly 300 code :ref: `examples-index ` included with the matplotlib
656656source distribution are full-text searchable from the :ref: `search `
657657page, but sometimes when you search, you get a lot of results from the
658- :ref: `api-index ` or other documentation that you may not be interested in if
659- you just want to find a complete, free-standing, working piece of
660- example code. To facilitate example searches, we have tagged every
661- page with the keyword ``codex `` for *code example * which shouldn't
662- appear anywhere else on this site except in the FAQ and in every
663- example. So if you want to search for an example that uses an ellipse,
664- :ref: `search ` for ``codex ellipse ``.
658+ :ref: `api-index ` or other documentation that you may not be interested
659+ in if you just want to find a complete, free-standing, working piece
660+ of example code. To facilitate example searches, we have tagged every
661+ code example page with the keyword ``codex `` for *code example * which
662+ shouldn't appear anywhere else on this site except in the FAQ and in
663+ every example. So if you want to search for an example that uses an
664+ ellipse, :ref: `search ` for ``codex ellipse ``.
665665
666666
667667
0 commit comments