Fix typo in python docstring

This commit is contained in:
baldurk
2018-06-14 17:56:26 +01:00
parent bf70aeb64d
commit 68bd58a308
+1 -1
View File
@@ -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;