diff options
Diffstat (limited to 'doc/source/f2py/buildtools/meson.rst')
-rw-r--r-- | doc/source/f2py/buildtools/meson.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/f2py/buildtools/meson.rst b/doc/source/f2py/buildtools/meson.rst index 9f1ac836e..ad9fa65d7 100644 --- a/doc/source/f2py/buildtools/meson.rst +++ b/doc/source/f2py/buildtools/meson.rst @@ -14,8 +14,8 @@ comfortable and amenable to extension for ``python`` users. Meson needs to be at-least ``0.46.0`` in order to resolve the ``python`` include directories. -Fibonacci Walkthrough -======================= +Fibonacci Walkthrough (F77) +=========================== We will need the generated ``C`` wrapper before we can use a general purpose |