From c721d1746a917038b23e60aed030d521ec102be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Mon, 6 Sep 2021 14:36:25 +0200 Subject: [PATCH] Style improvement Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com> --- doc/tutorial/describing-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/describing-code.rst b/doc/tutorial/describing-code.rst index f213d0f57..8d7646852 100644 --- a/doc/tutorial/describing-code.rst +++ b/doc/tutorial/describing-code.rst @@ -102,7 +102,7 @@ Then, add this exception to the original description of the function: :return: The ingredients list. :rtype: list[str] -And finally, this is how the result would look like: +And finally, this is how the result would look: .. figure:: /_static/tutorial/lumache-py-function-full.png :width: 80%