2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

fixed a comment

[SVN r10588]
This commit is contained in:
Dave Abrahams
2001-07-11 11:53:46 +00:00
parent 26aa8b69f9
commit 4f41a10fef

View File

@@ -39,7 +39,7 @@ typedef base_object<PyTypeObject> python_type;
//
// class_t template member function implementations
// base_object member function implementations
//
template <class python_type>
base_object<python_type>::base_object(PyTypeObject* type_obj)