summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-29 09:07:17 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-10-29 09:07:17 +0100
commit313f0a86af0cd1fa869b157a8326c46ae0cfa0a6 (patch)
treeee2aeaa819e0e36920b5df308bdf75e5f6e83674
parent0d3ea9afd7ba609abc1ae7f1edab93b14f4bf1dd (diff)
downloadcython-313f0a86af0cd1fa869b157a8326c46ae0cfa0a6.tar.gz
RST fix in docs.
-rw-r--r--docs/src/reference/compilation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/compilation.rst b/docs/src/reference/compilation.rst
index d5be1d905..57a73f477 100644
--- a/docs/src/reference/compilation.rst
+++ b/docs/src/reference/compilation.rst
@@ -355,7 +355,7 @@ symbols if the macro ``CYTHON_NO_PYINIT_EXPORT`` is defined while
C-compiling the module C files.
Also take a look at the `cython_freeze
-<https://github.com/cython/cython/blob/master/bin/cython_freeze>` tool.
+<https://github.com/cython/cython/blob/master/bin/cython_freeze>`_ tool.
Compiling with :mod:`pyximport`