Skip to content

Commit 3ddadd3

Browse files
niemilauashwinvis
andauthored
Update content/cython.rst
Co-authored-by: Ashwin V. Mohanan <[email protected]>
1 parent 461d89c commit 3ddadd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cython.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ generated C code.
204204
Adding static type information
205205
------------------------------
206206

207-
So far our Cythonized extension module is rather dumb. We have reduced some
207+
So far our Cythonized extension module is rather minimal. We have reduced some
208208
of the interpreting overhead by compiling the code, but it's still using Python's
209209
fully dynamic type system with the same boxing and unboxing overhead as in
210210
standard Python. This is because there are no type declarations in the code

0 commit comments

Comments
 (0)