diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 13:38:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-22 13:38:00 -0600 |
commit | e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df (patch) | |
tree | 1f6a56de772e0b9ad9b75253d7dc6fa98865e04e /sphinx/annotations.rst | |
parent | 71cbc66f6c877652370529d008263320a6cea74c (diff) | |
download | sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.tar.gz sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.zip |
Fix accidental rename of strings to tqunicode
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 |