Commit 46e5c364 authored by robertwb's avatar robertwb

Merge pull request #63 from zyv/master

Fix a couple of typos in distutils docstrings
parents 47f9a727 fa39cc6b
"""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