summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorThea <tkjeldsmark@gmail.com>2021-02-24 23:12:59 +0100
committerThea <tkjeldsmark@gmail.com>2021-02-24 23:12:59 +0100
commit3dd8e559112d2b2af58caed77a105be7e925f1c4 (patch)
tree0b53356753f7705fcfcf7c54433f82201c6b95ac /docs/userguide
parenta4bb2ca77ab379afe3e254781fdedad389d824e2 (diff)
downloadpython-setuptools-git-3dd8e559112d2b2af58caed77a105be7e925f1c4.tar.gz
Add ini to display code block in doc
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/entry_point.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst
index 73820728..63d30a48 100644
--- a/docs/userguide/entry_point.rst
+++ b/docs/userguide/entry_point.rst
@@ -64,7 +64,7 @@ After installing the package, a user may invoke that function by simply calling
The syntax for entry points is specified as follows:
-.. code-block::
+.. code-block:: ini
<name> = [<package>.[<subpackage>.]]<module>[:<object>.<object>]