summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-09-06 14:36:25 +0200
committerGitHub <noreply@github.com>2021-09-06 14:36:25 +0200
commitc721d1746a917038b23e60aed030d521ec102be2 (patch)
tree903de937aed467071a557d3792ca90874aa80d91
parenta606db01f1fd2f7d8d55507d60447ae769cf6292 (diff)
downloadsphinx-git-c721d1746a917038b23e60aed030d521ec102be2.tar.gz
Style improvement
Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com>
-rw-r--r--doc/tutorial/describing-code.rst2
1 files changed, 1 insertions, 1 deletions
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%