2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Use only one <h1> (although the validator did not complain).

[SVN r9531]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-03-09 19:02:12 +00:00
parent 55321b8778
commit 494f12090f

View File

@@ -38,7 +38,7 @@ described in detail in the
>Python Library Reference for pickle.</a>
<hr>
<h1>The Boost.Python Pickle Interface</h1>
<h2>The Boost.Python Pickle Interface</h2>
At the user level, the Boost.Python pickle interface involves three special
methods:
@@ -93,7 +93,7 @@ returned by __getstate__ need not be a dictionary. The __getstate__ and
__setstate__ methods can do what they want.
<hr>
<h1>Pitfalls and Safety Guards</h1>
<h2>Pitfalls and Safety Guards</h2>
In Boost.Python extension modules with many extension classes, providing
complete pickle support for all classes would be a significant
@@ -202,7 +202,7 @@ __getstate__ is defined and the instance's __dict__ is not empty.
</dl>
<hr>
<h1>Practical Advice</h1>
<h2>Practical Advice</h2>
<ul>
<li>