summaryrefslogtreecommitdiff
path: root/doc/html/mpi/python.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mpi/python.html')
-rw-r--r--doc/html/mpi/python.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/mpi/python.html b/doc/html/mpi/python.html
index 379a8963ee..df4f41c9d8 100644
--- a/doc/html/mpi/python.html
+++ b/doc/html/mpi/python.html
@@ -189,7 +189,7 @@ I am process 0 of 5.
</p>
<p>
To use the skeleton/content mechanism from Python, you must first register
- the type of your data structure with the skeleton/content mechanism <span class="bold"><strong>from C++</strong></span>. The registration function is <code class="computeroutput"><a class="link" href="../boost/mpi/python/register_skel_idp159037008.html" title="Function template register_skeleton_and_content">register_skeleton_and_content</a></code>
+ the type of your data structure with the skeleton/content mechanism <span class="bold"><strong>from C++</strong></span>. The registration function is <code class="computeroutput"><a class="link" href="../boost/mpi/python/register_skel_idp216244032.html" title="Function template register_skeleton_and_content">register_skeleton_and_content</a></code>
and resides in the <code class="computeroutput"><a class="link" href="reference.html#header.boost.mpi.python_hpp" title="Header &lt;boost/mpi/python.hpp&gt;">&lt;boost/mpi/python.hpp&gt;</a></code>
header.
</p>