From 8cbb5b0df0846d7258aa8bad747733e968b5e947 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 15 Sep 2010 15:14:19 -0300 Subject: Fixed broken sphinx syntax. --- doc/codeinjectionsemantics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ | -- cgit v1.2.3