summaryrefslogtreecommitdiffstats
path: root/sphinx/annotations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/annotations.rst')
-rw-r--r--sphinx/annotations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/annotations.rst b/sphinx/annotations.rst
index 05ab847..49909c4 100644
--- a/sphinx/annotations.rst
+++ b/sphinx/annotations.rst
@@ -55,7 +55,7 @@ Annotations can have one of the following types:
The following example shows argument and function annotations::
- void exec(QWidget * /Transfer/) /ReleaseGIL, PyName=call_exec/;
+ void exec(TQWidget * /Transfer/) /ReleaseGIL, PyName=call_exec/;
Note that the current version of SIP does not complain about unknown
annotations, or annotations used out of their correct context.