summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 604888e..513647e 100644
--- a/README.rst
+++ b/README.rst
@@ -55,7 +55,7 @@ To enable version inference, add this section to your pyproject.toml:
Including this section is comparable to supplying
``use_scm_version=True`` in ``setup.py``. Additionally,
include arbitrary keyword arguments in that section
-to be supplied to ``get_version()``. For example::
+to be supplied to ``get_version()``. For example:
.. code:: ini