aboutsummaryrefslogtreecommitdiffstats
path: root/examples/samplebinding
diff options
context:
space:
mode:
Diffstat (limited to 'examples/samplebinding')
-rw-r--r--examples/samplebinding/doc/bindings.xml.rstinc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/samplebinding/doc/bindings.xml.rstinc b/examples/samplebinding/doc/bindings.xml.rstinc
index 8d078ce7f..60b9b1a48 100644
--- a/examples/samplebinding/doc/bindings.xml.rstinc
+++ b/examples/samplebinding/doc/bindings.xml.rstinc
@@ -11,8 +11,7 @@ automatically tries to generate bindings for all methods of those
classes. You need not mention all the methods manually in the XML file, unless
you want to modify them.
-Object ownership rules
-----------------------
+**Object ownership rules**
Shiboken doesn't know if Python or C++ are responsible for freeing the C++
objects that were allocated in the Python code, and assuming this might lead to