diff options
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"> |