aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-15 15:14:19 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:05:59 -0300
commit8cbb5b0df0846d7258aa8bad747733e968b5e947 (patch)
treef6b71cac0bd568cce48054093a0f84457c75dd1f /doc
parentf392fc2f236bb351f8cfc2d4172179dbb90d6033 (diff)
Fixed broken sphinx syntax.
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++ |