diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-06 14:36:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 14:36:25 +0200 |
commit | c721d1746a917038b23e60aed030d521ec102be2 (patch) | |
tree | 903de937aed467071a557d3792ca90874aa80d91 | |
parent | a606db01f1fd2f7d8d55507d60447ae769cf6292 (diff) | |
download | sphinx-git-c721d1746a917038b23e60aed030d521ec102be2.tar.gz |
Style improvement
Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com>
-rw-r--r-- | doc/tutorial/describing-code.rst | 2 |
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% |