diff options
author | Jack Lloyd <[email protected]> | 2017-01-24 06:53:08 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-24 06:53:08 -0500 |
commit | b49eaee216142ad6eab5ad437aea44b7897baf84 (patch) | |
tree | b21bf52fdbd57698b4b8278f08cd96499c26a2b2 /doc/manual/building.rst | |
parent | 0040b939829abdfdc085ea64fba8eb8b4d8c48f0 (diff) |
Complete the rename of Python wrapper
Where referenced in CI scripts, docs and such
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. |