summaryrefslogtreecommitdiff
path: root/Doc/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/packaging')
-rw-r--r--Doc/packaging/builtdist.rst2
-rw-r--r--Doc/packaging/commandref.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/packaging/builtdist.rst b/Doc/packaging/builtdist.rst
index b52c2085b7..3f3e790844 100644
--- a/Doc/packaging/builtdist.rst
+++ b/Doc/packaging/builtdist.rst
@@ -283,7 +283,7 @@ built-in functions in the installation script.
Which folders are available depends on the exact Windows version, and probably
also the configuration. For details refer to Microsoft's documentation of the
- c:function:`SHGetSpecialFolderPath` function.
+ :c:func:`SHGetSpecialFolderPath` function.
.. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]])
diff --git a/Doc/packaging/commandref.rst b/Doc/packaging/commandref.rst
index 0d7447dc4c..5fe802f95d 100644
--- a/Doc/packaging/commandref.rst
+++ b/Doc/packaging/commandref.rst
@@ -57,7 +57,7 @@ older versions, if installed).
.. cmdoption:: --suite=NAME, -s NAME
Specify the test suite (or module, class, or method) to be run. The default
- for this option can be set by in the project's :file:`setup.cfg` file::
+ for this option can be set by in the project's :file:`setup.cfg` file:
.. code-block:: cfg