summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-26 20:01:03 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-26 20:01:03 +0100
commitd3873ebfc2af4191d337947c088b4fc528ace3fa (patch)
tree2cd9ee3bac480cd5b6d9cc361c8453e4249a4e64
parent1112a9cb8361481bd710f3636011b941f6070874 (diff)
downloadcython-d3873ebfc2af4191d337947c088b4fc528ace3fa.tar.gz
Fix citation in docs.
-rw-r--r--docs/src/quickstart/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/quickstart/overview.rst b/docs/src/quickstart/overview.rst
index 29ef49db3..05829b8ad 100644
--- a/docs/src/quickstart/overview.rst
+++ b/docs/src/quickstart/overview.rst
@@ -1,7 +1,7 @@
Cython - an overview
====================
-[Cython] is a programming language that makes writing C extensions
+[Cython]_ is a programming language that makes writing C extensions
for the Python language as easy as Python itself. It aims to become
a superset of the [Python]_ language which gives it high-level,
object-oriented, functional, and dynamic programming. Its main feature