Commit ce167839 authored by Stefan Behnel's avatar Stefan Behnel

minor doc improvement

parent 476565c0
...@@ -25,9 +25,9 @@ files to generate. For example:: ...@@ -25,9 +25,9 @@ files to generate. For example::
$ cython -a yourmod.pyx $ cython -a yourmod.pyx
This creates a ``yourmod.c`` file, and the -a switch produces a This creates a ``yourmod.c`` file, and the ``-a`` switch produces an
generated html file. Pass the ``-h`` flag for a complete list of annotated html file of the source code. Pass the ``-h`` flag for a
supported flags. complete list of supported flags.
Compiling your ``.c`` files will vary depending on your operating Compiling your ``.c`` files will vary depending on your operating
system. Python documentation for writing extension modules should system. Python documentation for writing extension modules should
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment