Cleanup: improve confusing/incomplete code-comments

This commit is contained in:
Campbell Barton
2025-08-08 06:41:04 +00:00
parent 1d6a0b7070
commit 062fcd00d1
7 changed files with 10 additions and 7 deletions

View File

@@ -2865,7 +2865,7 @@ static PyObject *pyrna_prop_collection_subscript(BPy_PropertyRNA *self, PyObject
return pyrna_prop_collection_subscript_slice(self, start, stop);
}
if (PyTuple_Check(key)) {
/* Special case, for ID data-blocks we. */
/* Special case, for ID data-blocks. */
return pyrna_prop_collection_subscript_str_lib_pair(
self, key, "bpy_prop_collection[id, lib]", true);
}