diff options
author | Timothy Pearson <[email protected]> | 2011-11-22 03:12:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-22 03:12:38 -0600 |
commit | 7d27356bafd5670adcc8753ab5437b3bf8ffa4be (patch) | |
tree | 959eb3757b9dc41290c81c022e45c955573e9a59 /sphinx/annotations.rst | |
parent | 6c4cc3653e8dd7668295f3e659b7eb4dc571b67c (diff) | |
download | sip4-tqt-7d27356bafd5670adcc8753ab5437b3bf8ffa4be.tar.gz sip4-tqt-7d27356bafd5670adcc8753ab5437b3bf8ffa4be.zip |
Initial TQt conversion
Diffstat (limited to 'sphinx/annotations.rst')
-rw-r--r-- | sphinx/annotations.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/annotations.rst b/sphinx/annotations.rst index 05ab847..d43955a 100644 --- a/sphinx/annotations.rst +++ b/sphinx/annotations.rst @@ -162,7 +162,7 @@ Argument Annotations encoding is ``"None"`` and the ``str`` type otherwise. Python v2 will use the ``str`` type to represent the argument if the - encoding is ``"None"`` and the ``unicode`` type otherwise. + encoding is ``"None"`` and the ``tqunicode`` type otherwise. .. argument-annotation:: GetWrapper |