summaryrefslogtreecommitdiff
path: root/numpy/f2py/doc/f2python9-final/src
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/doc/f2python9-final/src')
-rw-r--r--numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt2
-rw-r--r--numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt b/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt
index ae1545718..d4188a91b 100644
--- a/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt
+++ b/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt
@@ -13,5 +13,5 @@ Building modules...
l,u = exp1([n])
Wrote C/API module "foo" to file "foomodule.c"
Documentation is saved to file "foomodule.tex"
-Run GNU make to build shared modules:
+Run GNU make to build shared modules:
gmake -f Makefile-<modulename> [test]
diff --git a/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt b/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt
index 9bec9198e..5ae75ebd1 100644
--- a/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt
+++ b/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt
@@ -17,4 +17,4 @@ Return objects:
>>> print l,u
[ 517656. 190435.] [ 566827. 208524.]
>>> print l[0]/l[1], u[0]/u[1]-l[0]/l[1]
-2.71828182845 1.36437527942e-11 \ No newline at end of file
+2.71828182845 1.36437527942e-11