diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-13 15:29:25 +0200 |
---|---|---|
committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-13 15:29:25 +0200 |
commit | 02119aba8d6f8eea370f6b0cffe7ece3c3e7d373 (patch) | |
tree | abdc20775b6137b3fb86a10a6fdcf9f4df55f538 /doc/tutorial | |
parent | 9a8d7aef2f30c34f0526b61d42d4e03a06301c34 (diff) | |
download | sphinx-git-02119aba8d6f8eea370f6b0cffe7ece3c3e7d373.tar.gz |
Fix line width
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/describing-code.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/describing-code.rst b/doc/tutorial/describing-code.rst index ae11d0be4..a34810f40 100644 --- a/doc/tutorial/describing-code.rst +++ b/doc/tutorial/describing-code.rst @@ -11,8 +11,8 @@ Documenting Python objects -------------------------- Sphinx offers several roles and directives to document Python objects, -all grouped together in :ref:`the Python domain <python-domain>`. For example, you can -use the :rst:dir:`py:function` directive to document a Python function, +all grouped together in :ref:`the Python domain <python-domain>`. For example, +you can use the :rst:dir:`py:function` directive to document a Python function, as follows: .. code-block:: rst |