We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee5d16 commit 23f0ff5Copy full SHA for 23f0ff5
source/extensions.rst
@@ -49,8 +49,8 @@ conventional categories:
49
50
Not all extension modules will fit neatly into the above categories. The
51
extension modules included with NumPy, for example, span all three use cases
52
-- they moves inner loops to C for speed reasons, wrap external libraries
53
-written in C, FORTRAN and other languages, and uses low level system
+- they move inner loops to C for speed reasons, wrap external libraries
+written in C, FORTRAN and other languages, and use low level system
54
interfaces for both CPython and the underlying operation system to support
55
concurrent execution of vectorised operations and to tightly control the
56
exact memory layout of created objects.
0 commit comments