mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-07 07:11:06 +00:00
Fix typo in python docstring
This commit is contained in:
@@ -259,7 +259,7 @@ typically it is one parent to many derived.
|
||||
|
||||
Can be empty if there are no parent resources.
|
||||
|
||||
This is the inverse of :data:derivedResources in a potentially many:many relationship, but
|
||||
This is the inverse of :data:`derivedResources` in a potentially many:many relationship, but
|
||||
typically it is one parent to many derived.
|
||||
)");
|
||||
rdcarray<ResourceId> parentResources;
|
||||
|
||||
Reference in New Issue
Block a user