diff options
Diffstat (limited to 'sphinx/directives.rst')
-rw-r--r-- | sphinx/directives.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/directives.rst b/sphinx/directives.rst index 7c1a064..7e3a2e0 100644 --- a/sphinx/directives.rst +++ b/sphinx/directives.rst @@ -515,7 +515,7 @@ the correct type prior to conversion. When used as part of a class specification it can automatically convert additional types of Python object. For example, PyQt uses it in the specification of the ``QString`` class to allow Python string objects and -tqunicode objects to be used wherever ``QString`` instances are expected. +unicode objects to be used wherever ``QString`` instances are expected. The following variables are made available to the handwritten code: |