aboutsummaryrefslogtreecommitdiffstats
path: root/doc/contributing.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-24 06:53:08 -0500
committerJack Lloyd <[email protected]>2017-01-24 06:53:08 -0500
commitb49eaee216142ad6eab5ad437aea44b7897baf84 (patch)
treeb21bf52fdbd57698b4b8278f08cd96499c26a2b2 /doc/contributing.rst
parent0040b939829abdfdc085ea64fba8eb8b4d8c48f0 (diff)
Complete the rename of Python wrapper
Where referenced in CI scripts, docs and such
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 5aaf3d61c..092fe2fcd 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -11,7 +11,7 @@ Under ``src`` there are directories
example ``build-data/cc/gcc.txt`` describes various gcc options.
* ``scripts`` contains misc scripts: install, distribution, various
codegen things. Scripts controlling CI go under ``scripts/ci``.
-* ``python/botan.py`` is the Python ctypes wrapper
+* ``python/botan2.py`` is the Python ctypes wrapper
Library Layout
========================================
@@ -103,7 +103,7 @@ PyPy, etc is great when viable (in the sense of not causing problems for 2.7 or
program succesfully is required for a working build making it as portable as
possible is considered key.
-The python wrapper botan.py targets CPython 2.7, 3.x, and latest PyPy. Note that
+The python wrapper botan2.py targets CPython 2.7, 3.x, and latest PyPy. Note that
a single file is used to avoid dealing with any of Python's various crazy module
distribution issues.