Commit 9eda34cf authored by Yury V. Zaytsev's avatar Yury V. Zaytsev

Fix a couple of typos in distutils docstrings

Signed-off-by: default avatarYury V. Zaytsev <yury@shurup.com>

--HG--
extra : transplant_source : %CDq%0D%9BP%94%81%10l%9F%7E%A7%87%89%1E%FE%DAzgn
parent cc588471
"""Pyrex.Distutils.extension
Provides a modified Extension class, that understands hou to describe
Provides a modified Extension class, that understands how to describe
Pyrex extension modules in setup scripts."""
__revision__ = "$Id:$"
import os, sys
import os
import sys
from types import *
import distutils.extension as _Extension
......@@ -23,7 +24,7 @@ class Extension(_Extension.Extension):
dict of compiler directives
pyrex_create_listing_file : boolean
write pyrex error messages to a listing (.lis) file.
pyrex_line_directivess : boolean
pyrex_line_directives : boolean
emit pyx line numbers for debugging/profiling
pyrex_cplus : boolean
use the C++ compiler for compiling and linking.
......
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