From d61ea352a5eaaaee7afae46a9cd59b760aa22689 Mon Sep 17 00:00:00 2001 From: Sadie Louise Bartholomew Date: Mon, 1 Jun 2020 02:18:44 +0100 Subject: [PATCH] Examples: fix formatting issue in 'Errorbar limit selection' page --- examples/lines_bars_and_markers/errorbar_limits_simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lines_bars_and_markers/errorbar_limits_simple.py b/examples/lines_bars_and_markers/errorbar_limits_simple.py index e314783c2762..2a69b205b3ce 100644 --- a/examples/lines_bars_and_markers/errorbar_limits_simple.py +++ b/examples/lines_bars_and_markers/errorbar_limits_simple.py @@ -34,7 +34,7 @@ ############################################################################## -# Similarly ``xuplims``and ``xlolims`` can be used on the horizontal ``xerr`` +# Similarly ``xuplims`` and ``xlolims`` can be used on the horizontal ``xerr`` # errorbars. fig = plt.figure()