From 3b000f080ec2aa6c1f9a593535d85fc15d4adf12 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 10 May 2002 09:38:07 +0000 Subject: [PATCH] tweak [SVN r13798] --- doc/v2/call_method.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/v2/call_method.html b/doc/v2/call_method.html index 81b913f6..2aa50c39 100644 --- a/doc/v2/call_method.html +++ b/doc/v2/call_method.html @@ -34,7 +34,7 @@

<boost/python/call_method.hpp> defines the call_method family of overloaded function - templates, used to invoke Python callable objects from C++. + templates, used to invoke callable attributes of Python objects from C++.

Functions

@@ -131,7 +131,7 @@ BOOST_PYTHON_MODULE_INIT(my_module)
 

Revised - 9 May, 2002 + 10 May, 2002

© Copyright Dave Abrahams