summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-09-13 15:29:25 +0200
committerJuan Luis Cano Rodríguez <hello@juanlu.space>2021-09-13 15:29:25 +0200
commit02119aba8d6f8eea370f6b0cffe7ece3c3e7d373 (patch)
treeabdc20775b6137b3fb86a10a6fdcf9f4df55f538 /doc/tutorial
parent9a8d7aef2f30c34f0526b61d42d4e03a06301c34 (diff)
downloadsphinx-git-02119aba8d6f8eea370f6b0cffe7ece3c3e7d373.tar.gz
Fix line width
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/describing-code.rst4
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