Cleanup: improve confusing/incomplete code-comments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user