From 494f12090f4090d1678f7f2b5fb06130e9814fca Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 9 Mar 2001 19:02:12 +0000 Subject: [PATCH] Use only one

(although the validator did not complain). [SVN r9531] --- doc/pickle.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/pickle.html b/doc/pickle.html index 49f5c605..3ec8c928 100644 --- a/doc/pickle.html +++ b/doc/pickle.html @@ -38,7 +38,7 @@ described in detail in the >Python Library Reference for pickle.
-

The Boost.Python Pickle Interface

+

The Boost.Python Pickle Interface

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.
-

Pitfalls and Safety Guards

+

Pitfalls and Safety Guards

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.
-

Practical Advice

+

Practical Advice