diff options
Diffstat (limited to 'numpy/doc/misc.py')
-rw-r--r-- | numpy/doc/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/misc.py b/numpy/doc/misc.py index 1e43f312a..eb2dc4395 100644 --- a/numpy/doc/misc.py +++ b/numpy/doc/misc.py @@ -95,7 +95,7 @@ Examples: Interfacing to C: ----------------- -Only a survey the choices. Little detail on how each works. +Only a survey of the choices. Little detail on how each works. 1) Bare metal, wrap your own C-code manually. |