aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/pysideqenum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/libpyside/pysideqenum.cpp')
-rw-r--r--sources/pyside6/libpyside/pysideqenum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/libpyside/pysideqenum.cpp b/sources/pyside6/libpyside/pysideqenum.cpp
index 8abf19313..a6867436c 100644
--- a/sources/pyside6/libpyside/pysideqenum.cpp
+++ b/sources/pyside6/libpyside/pysideqenum.cpp
@@ -223,7 +223,7 @@ std::vector<PyObject *> resolveDelayedQEnums(PyTypeObject *containerType)
{
/*
* This is the internal interface of 'QEnum'.
- * It is called at the end of the meta class call 'SbkObjectTypeTpNew' via
+ * It is called at the end of the meta class call 'SbkObjectType_tp_new' via
* MetaObjectBuilderPrivate::parsePythonType and resolves the collected
* Python Enum arguments. The result is then registered.
*/