diff options
Diffstat (limited to 'doc/manual/building.rst')
-rw-r--r-- | doc/manual/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst index 5e09d1569..9c0dc0ab1 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -409,7 +409,7 @@ Building the Python wrappers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The Python wrappers for Botan use ctypes and the C89 API so no special -build step is required, just import botan.py +build step is required, just import botan2.py See :doc:`Python Bindings <python>` for more information about the Python bindings. |