aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/codeinjectionsemantics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codeinjectionsemantics.rst b/doc/codeinjectionsemantics.rst
index 872662ada..d748a3aae 100644
--- a/doc/codeinjectionsemantics.rst
+++ b/doc/codeinjectionsemantics.rst
@@ -65,7 +65,7 @@ The following table describes the semantics of ``inject-code`` tag as used on
| | | |initializer function (``init_CLASS(PyObject *module)``). The |
| | | |code here will be executed after all the wrapped class |
| | | |components have been initialized. |
- +---------------+------+---------+--------------------------------------------------------------+
+ +---------------+------+---------+--------------------------------------------------------------+
|modify-function|native|beginning|Code here is put on the virtual method override of a C++ |
| | | |wrapper class (the one responsible for passing C++ calls to a |
| | | |Python override, if there is any), right after the C++ |