From 3a6f7fcde1f89c975ac558aa07e987f11bde0c07 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 31 Jan 2019 00:11:21 +0100 Subject: [PATCH] dtoolbase: docstring clarification for record_python_type [skip ci] --- dtool/src/dtoolbase/typeRegistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/dtoolbase/typeRegistry.cxx b/dtool/src/dtoolbase/typeRegistry.cxx index 360dfcd9e4..16f551ec33 100644 --- a/dtool/src/dtoolbase/typeRegistry.cxx +++ b/dtool/src/dtoolbase/typeRegistry.cxx @@ -210,7 +210,7 @@ record_alternate_name(TypeHandle type, const string &name) { #ifdef HAVE_PYTHON /** * Records the given Python type pointer in the type registry for the benefit - * of interrogate. + * of interrogate, which expects this to contain a Dtool_PyTypedObject. */ void TypeRegistry:: record_python_type(TypeHandle type, PyObject *python_type) {