@@ -137,7 +137,7 @@ The :class:`matplotlib.backend_bases.RendererBase` instance, which is
137137used to calculate the text size, is not known until the figure is
138138drawn (:meth: `matplotlib.figure.Figure.draw `). After the window is
139139drawn and the text instance knows its renderer, you can call
140- :meth: `matplotlib.text.Text.get_window_extent` ` . One way to solve
140+ :meth: `matplotlib.text.Text.get_window_extent `. One way to solve
141141this chicken and egg problem is to wait until the figure is draw by
142142connecting
143143(:meth: `matplotlib.backend_bases.FigureCanvasBase.mpl_connect `) to the
@@ -374,7 +374,7 @@ Multiple y-axis scales
374374
375375A frequent request is to have two scales for the left and right
376376y-axis, which is possible using :func: `~matplotlib.pyplot.twinx ` (more
377- than two scales are not currently supported, though it is on the wishq
377+ than two scales are not currently supported, though it is on the wish
378378list). This works pretty well, though there are some quirks when you
379379are trying to interactively pan and zoom, since both scales do not get
380380the signals.
@@ -481,7 +481,7 @@ this::
481481
482482This is not what show does and unfortunately, because doing blocking
483483calls across user interfaces can be tricky, is currently unsupported,
484- though we have made some pregress towards supporting blocking events.
484+ though we have made some progress towards supporting blocking events.
485485
486486
487487.. _howto-contribute :
0 commit comments