summaryrefslogtreecommitdiff
path: root/Doc/packaging
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-09 11:48:50 +0200
committerGeorg Brandl <georg@python.org>2011-07-09 11:48:50 +0200
commitd3b41c63a6fc4f335773a1e2b834859ed48f604f (patch)
tree7d15f66264352d1702ff3d2cae57ff4131111bdf /Doc/packaging
parent6c0929b2dda5f3d2d062200ee1e118aa1fc80bfa (diff)
downloadcpython-git-d3b41c63a6fc4f335773a1e2b834859ed48f604f.tar.gz
Fix syntax in packaging docs and update suspicious ignore file.
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