From a5049f05aeb48dee795ab7137e2d135a0d663af5 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 9 Aug 2008 13:26:46 +0200 Subject: [PATCH] cmd line docs --- Cython/Compiler/CmdLine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index d8b10fa9..c149f355 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -35,7 +35,7 @@ Options: are searched from) -D, --no-docstrings Remove docstrings. - -a, --annotate Produce an colorized version of the source. + -a, --annotate Produce a colorized HTML version of the source. --convert-range Convert for loops using range() function to for...from loops. --cplus Output a c++ rather than c file. """ -- 2.26.2