diff options
Diffstat (limited to 'doc/tutorial/describing-code.rst')
-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% |