From 68bd58a308a9904a29000abc0229b4d9f93e871e Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 14 Jun 2018 17:56:26 +0100 Subject: [PATCH] Fix typo in python docstring --- renderdoc/api/replay/data_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/data_types.h b/renderdoc/api/replay/data_types.h index 56f22ce8c..971766030 100644 --- a/renderdoc/api/replay/data_types.h +++ b/renderdoc/api/replay/data_types.h @@ -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 parentResources;