summaryrefslogtreecommitdiff
path: root/docs/userguide/development_mode.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-05 10:18:59 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-05 10:18:59 +0100
commitb0b9420f5ac7a62401432b77ed1e8c59f11322d6 (patch)
tree5df3d930e72dcb89978e117cc49872818b54f4f6 /docs/userguide/development_mode.rst
parent4a376230b3250e2c9dae5454071e6d387c11bb62 (diff)
downloadpython-setuptools-git-b0b9420f5ac7a62401432b77ed1e8c59f11322d6.tar.gz
docs: Fix incorrect syntax
Diffstat (limited to 'docs/userguide/development_mode.rst')
-rw-r--r--docs/userguide/development_mode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst
index 16b67d5a..6c2d212a 100644
--- a/docs/userguide/development_mode.rst
+++ b/docs/userguide/development_mode.rst
@@ -254,6 +254,6 @@ More information is available on the text of :pep:`PEP 660 <660#what-to-put-in-t
added to :obj:`sys.path`. See :mod:`Site-specific configuration hook <site>`.
.. [#dynamic_pth]
- i.e., a ``.pth`` file that starts where each line starts with an ```import``
+ i.e., a ``.pth`` file that starts where each line starts with an ``import``
statement and executes arbitrary Python code. See :mod:`Site-specific
configuration hook <site>`.