Commit ce167839 authored by Stefan Behnel's avatar Stefan Behnel

minor doc improvement

parent 476565c0
......@@ -25,9 +25,9 @@ files to generate. For example::
$ cython -a yourmod.pyx
This creates a ``yourmod.c`` file, and the -a switch produces a
generated html file. Pass the ``-h`` flag for a complete list of
supported flags.
This creates a ``yourmod.c`` file, and the ``-a`` switch produces an
annotated html file of the source code. Pass the ``-h`` flag for a
complete list of supported flags.
Compiling your ``.c`` files will vary depending on your operating
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