diff options
Diffstat (limited to 'doc/html/directives.html')
-rw-r--r-- | doc/html/directives.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/directives.html b/doc/html/directives.html index 1e8ee1f..b565367 100644 --- a/doc/html/directives.html +++ b/doc/html/directives.html @@ -685,7 +685,7 @@ modules, that doesn’t have an explicit meta-type.</p> meta-type used by a particular C/C++ type.</p> <p>See the section <a class="reference external" href="using.html#ref-types-metatypes"><em>Types and Meta-types</em></a> for more details.</p> <p>For example:</p> -<div class="highlight-python"><pre>%DefaultMetatype PyTQt4.TQtCore.pyqtWrapperType</pre> +<div class="highlight-python"><pre>%DefaultMetatype PyTQt4.TQtCore.pytqtWrapperType</pre> </div> <dl class="directive"> <dt id="directive-%DefaultSupertype"> @@ -1144,7 +1144,7 @@ containing the <a class="reference internal" href="#directive-%Import"><tt class fails then SIP prepends <em>filename</em> with each of the directories, in turn, specified by the <tt class="docutils literal"><span class="pre">-I</span></tt> command line option.</p> <p>For example:</p> -<div class="highlight-python"><pre>%Import qt/qtmod.sip</pre> +<div class="highlight-python"><pre>%Import tqt/tqtmod.sip</pre> </div> <dl class="directive"> <dt id="directive-%Include"> @@ -1548,7 +1548,7 @@ module.</p> changes don’t affect the exported API, but it is good practice to change the version number anyway.</p> <p>For example:</p> -<div class="highlight-python"><pre>%Module qt 5</pre> +<div class="highlight-python"><pre>%Module tqt 5</pre> </div> <dl class="directive"> <dt id="directive-%ModuleCode"> |