diff options
Diffstat (limited to 'doc/development/tutorials/overview.rst')
-rw-r--r-- | doc/development/tutorials/overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/tutorials/overview.rst b/doc/development/tutorials/overview.rst index 8ffb8df42..ad474999a 100644 --- a/doc/development/tutorials/overview.rst +++ b/doc/development/tutorials/overview.rst @@ -19,7 +19,7 @@ use the :meth:`Sphinx.setup_extension` method. This will activate another extension at run-time, ensuring that you have access to its functionality. -For example, the following code activates the "recommonmark" extension: +For example, the following code activates the ``recommonmark`` extension: .. code-block:: python |