Cleanup: improve comment for GeometrySet.name

This commit is contained in:
Jacques Lucke
2025-04-08 12:14:10 +02:00
parent 9c89e9c6fd
commit 82aa6a3b71

View File

@@ -250,7 +250,7 @@ static PyObject *BPy_GeometrySet_get_instance_references(BPy_GeometrySet *self)
PyDoc_STRVAR(
/* Wrap. */
bpy_geometry_set_name_doc,
"The name of the geometry set.\n"
"The name of the geometry set. It can be used for debugging purposes and is not unique.\n"
"\n"
":type: str\n");
static PyObject *BPy_GeometrySet_get_name(BPy_GeometrySet *self, void * /*closure*/)