diff options
Diffstat (limited to 'doc/html/directives.html')
| -rw-r--r-- | doc/html/directives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/directives.html b/doc/html/directives.html index 102bf61..1ae1c60 100644 --- a/doc/html/directives.html +++ b/doc/html/directives.html @@ -516,7 +516,7 @@ the correct type prior to conversion.</p> <p>When used as part of a class specification it can automatically convert additional types of Python object. For example, PyTQt uses it in the specification of the <tt class="docutils literal"><span class="pre">TQString</span></tt> class to allow Python string objects and -tqunicode objects to be used wherever <tt class="docutils literal"><span class="pre">TQString</span></tt> instances are expected.</p> +unicode objects to be used wherever <tt class="docutils literal"><span class="pre">TQString</span></tt> instances are expected.</p> <p>The following variables are made available to the handwritten code:</p> <dl class="docutils"> <dt>int *sipIsErr</dt> |
