Skip to content

Commit 23f0ff5

Browse files
committed
fixed minor typo in extensions.rst -- final paragraph under Use cases heading
1 parent eee5d16 commit 23f0ff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ conventional categories:
4949

5050
Not all extension modules will fit neatly into the above categories. The
5151
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
52+
- they move inner loops to C for speed reasons, wrap external libraries
53+
written in C, FORTRAN and other languages, and use low level system
5454
interfaces for both CPython and the underlying operation system to support
5555
concurrent execution of vectorised operations and to tightly control the
5656
exact memory layout of created objects.

0 commit comments

Comments
 (0)