From 4f41a10fef7761fc571212659afa4639bf5816d4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 11 Jul 2001 11:53:46 +0000 Subject: [PATCH] fixed a comment [SVN r10588] --- include/boost/python/detail/base_object.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/base_object.hpp b/include/boost/python/detail/base_object.hpp index bf0faa7b..95a2805c 100644 --- a/include/boost/python/detail/base_object.hpp +++ b/include/boost/python/detail/base_object.hpp @@ -39,7 +39,7 @@ typedef base_object python_type; // -// class_t template member function implementations +// base_object member function implementations // template base_object::base_object(PyTypeObject* type_obj)