Fix further docstring typos

This commit is contained in:
baldurk
2021-05-11 18:36:46 +01:00
parent 3107cc5932
commit 5def7fd60d
+2 -2
View File
@@ -992,7 +992,7 @@ QWidget.
DOCUMENT(R"(Return the shader messages displayed in this viewer.
:return: The shader messages.
:rtype List[renderdoc.ShaderMessage]
:rtype: List[renderdoc.ShaderMessage]
)");
virtual rdcarray<ShaderMessage> GetShaderMessages() = 0;
@@ -1000,7 +1000,7 @@ QWidget.
since the messages were fetched.
:return: ``True`` if the viewer is out of date.
:rtype bool
:rtype: bool
)");
virtual bool IsOutOfDate() = 0;