diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-13 14:56:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 14:56:31 +0200 |
commit | 5daf33694360cbff95cf72ff951ed7c906ee9748 (patch) | |
tree | df995da599841fbcfa6b21f2b4f6a70c4c5a2035 /doc/tutorial | |
parent | 53104cadc05dff234b83e858d7fefb7b82109206 (diff) | |
download | sphinx-git-5daf33694360cbff95cf72ff951ed7c906ee9748.tar.gz |
Style improvements
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
Diffstat (limited to 'doc/tutorial')
-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 2b4df59da..f5c5391ff 100644 --- a/doc/tutorial/describing-code.rst +++ b/doc/tutorial/describing-code.rst @@ -41,7 +41,7 @@ Which will render like this: :align: center :alt: HTML result of documenting a Python function in Sphinx - HTML result of documenting a Python function in Sphinx + The rendered result of documenting a Python function in Sphinx Notice several things: |