From 1d9d6130688307184ed4f35ec47dfd55e5424799 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Sat, 2 Feb 2019 13:19:50 +0100 Subject: [PATCH] doc: fixes #4 example indentation --- docs/source/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples.rst b/docs/source/examples.rst index 890b3b8..5398fa9 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -4,7 +4,7 @@ A straight forward example: .. code-block:: python - import matplotlib.pyplot as plt + import matplotlib.pyplot as plt import numpy as np from remedian.remedian import Remedian