diff options
author | Timothy Pearson <[email protected]> | 2011-11-22 13:38:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-22 13:38:00 -0600 |
commit | e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df (patch) | |
tree | 1f6a56de772e0b9ad9b75253d7dc6fa98865e04e /doc/html/annotations.html | |
parent | 71cbc66f6c877652370529d008263320a6cea74c (diff) | |
download | sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.tar.gz sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.zip |
Fix accidental rename of strings to tqunicode
Diffstat (limited to 'doc/html/annotations.html')
-rw-r--r-- | doc/html/annotations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/annotations.html b/doc/html/annotations.html index 439dbf4..3f67943 100644 --- a/doc/html/annotations.html +++ b/doc/html/annotations.html @@ -191,7 +191,7 @@ directive. If the directive is not specified then <tt class="xref docutils lite <p>Python v3 will use the <tt class="docutils literal"><span class="pre">bytes</span></tt> type to represent the argument if the encoding is <tt class="docutils literal"><span class="pre">"None"</span></tt> and the <tt class="docutils literal"><span class="pre">str</span></tt> type otherwise.</p> <p>Python v2 will use the <tt class="docutils literal"><span class="pre">str</span></tt> type to represent the argument if the -encoding is <tt class="docutils literal"><span class="pre">"None"</span></tt> and the <tt class="docutils literal"><span class="pre">tqunicode</span></tt> type otherwise.</p> +encoding is <tt class="docutils literal"><span class="pre">"None"</span></tt> and the <tt class="docutils literal"><span class="pre">unicode</span></tt> type otherwise.</p> </dd></dl> <dl class="argument-annotation"> |