diff options
author | Georg Brandl <georg@python.org> | 2011-07-09 09:48:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-09 09:48:50 (GMT) |
commit | d3b41c63a6fc4f335773a1e2b834859ed48f604f (patch) | |
tree | 7d15f66264352d1702ff3d2cae57ff4131111bdf /Doc/packaging/builtdist.rst | |
parent | 6c0929b2dda5f3d2d062200ee1e118aa1fc80bfa (diff) | |
download | cpython-d3b41c63a6fc4f335773a1e2b834859ed48f604f.zip cpython-d3b41c63a6fc4f335773a1e2b834859ed48f604f.tar.gz cpython-d3b41c63a6fc4f335773a1e2b834859ed48f604f.tar.bz2 |
Fix syntax in packaging docs and update suspicious ignore file.
Diffstat (limited to 'Doc/packaging/builtdist.rst')
-rw-r--r-- | Doc/packaging/builtdist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/packaging/builtdist.rst b/Doc/packaging/builtdist.rst index b52c208..3f3e790 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]]]]) |