diff options
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 d43955a..05ab847 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 ``tqunicode`` type otherwise. + encoding is ``"None"`` and the ``unicode`` type otherwise. .. argument-annotation:: GetWrapper |