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

fixup comments

[SVN r15519]
This commit is contained in:
Dave Abrahams
2002-09-26 00:15:09 +00:00
parent f4aa72373b
commit 87d619e02a

View File

@@ -257,7 +257,7 @@ BOOST_PYTHON_DECL void void_result_from_python(PyObject* o)
Py_DECREF(expect_non_null(o));
}
}
} // namespace boost::python::converter
BOOST_PYTHON_DECL PyObject*
pytype_check(PyTypeObject* type_, PyObject* source)
@@ -277,4 +277,4 @@ pytype_check(PyTypeObject* type_, PyObject* source)
return source;
}
}} // namespace boost::python::converter
}} // namespace boost::python