whitespace
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 8 Jul 2013 16:41:33 +0000 (18:41 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 8 Jul 2013 16:41:33 +0000 (18:41 +0200)
docs/src/quickstart/build.rst

index 04b7f1d..b60848e 100644 (file)
@@ -22,6 +22,7 @@ There are several ways to build Cython code:
 
 Currently, distutils is the most common way Cython files are built and distributed. The other methods are described in more detail in the :ref:`compilation` section of the reference manual.
 
+
 Building a Cython module using distutils
 ----------------------------------------