summaryrefslogtreecommitdiff
path: root/pyximport
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-10-17 13:00:00 -0400
committerUnknown <kunda@scribus.net>2017-10-17 13:02:20 -0400
commit4f237620217c458a299304a60361cd40e195b190 (patch)
treea5c229b50366903a33d8a653a5ee6fbdffb4682e /pyximport
parent01e9ff8856f92ad6b76950a41a375bc9c2f91fda (diff)
downloadcython-4f237620217c458a299304a60361cd40e195b190.tar.gz
Trivial typo fixes
Most are non-user facing. Found using: `codespell -d -q 3`
Diffstat (limited to 'pyximport')
-rw-r--r--pyximport/pyximport.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyximport/pyximport.py b/pyximport/pyximport.py
index f39e00795..750443feb 100644
--- a/pyximport/pyximport.py
+++ b/pyximport/pyximport.py
@@ -502,11 +502,11 @@ def install(pyximport=True, pyimport=False, build_dir=None, build_in_temp=True,
``build_in_temp=False`` will produce the C files locally. Working
with complex dependencies and debugging becomes more easy. This
can principally interfere with existing files of the same name.
- build_in_temp can be overriden by <modulename>.pyxbld/make_setup_args()
+ build_in_temp can be overridden by <modulename>.pyxbld/make_setup_args()
by a dict item of 'build_in_temp'
``setup_args``: dict of arguments for Distribution - see
- distutils.core.setup() . They are extended/overriden by those of
+ distutils.core.setup() . They are extended/overridden by those of
<modulename>.pyxbld/make_setup_args()
``reload_support``: Enables support for dynamic