diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2019-01-20 11:54:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-20 11:54:44 -0700 |
| commit | 568d0f7483f7b94029d49707ccd6371f9f5c554c (patch) | |
| tree | 3e546aae0f0e5d337fd758852b0623c7c1902b4c /doc/source/f2py/run_main_session.dat | |
| parent | 2b05f3e38431842ff06df9b2958d22c5a0588767 (diff) | |
| parent | d26842f9ce822f32b4c6165aff75d950e400beb8 (diff) | |
| download | numpy-568d0f7483f7b94029d49707ccd6371f9f5c554c.tar.gz | |
Merge pull request #12807 from mattip/f2py-source-bytes
BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs
Diffstat (limited to 'doc/source/f2py/run_main_session.dat')
| -rw-r--r-- | doc/source/f2py/run_main_session.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/run_main_session.dat b/doc/source/f2py/run_main_session.dat index b9a7e1b0d..be6cacd22 100644 --- a/doc/source/f2py/run_main_session.dat +++ b/doc/source/f2py/run_main_session.dat @@ -8,7 +8,7 @@ Post-processing... Building modules... Building module "scalar"... Wrote C/API module "scalar" to file "./scalarmodule.c" ->>> printr(r) +>>> print(r) {'scalar': {'h': ['/home/users/pearu/src_cvs/f2py/src/fortranobject.h'], 'csrc': ['./scalarmodule.c', '/home/users/pearu/src_cvs/f2py/src/fortranobject.c']}} |
