Merge branch 'pyopers-docs'
* pyopers-docs: Fix references to pyopers.swg in the Python docs
This commit is contained in:
commit
b94dd4b770
1 changed files with 2 additions and 2 deletions
|
|
@ -2568,7 +2568,7 @@ but <b>the line that uses the '+' operator is much faster</b>.
|
|||
(<tt>operator==, operator<</tt>, etc.) are also converted to Python
|
||||
slot operators. For a complete list of C++ operators that are
|
||||
automatically converted to Python slot operators, refer to the file
|
||||
<tt>python/pyopers.swig</tt> in the SWIG library.
|
||||
<tt>python/pyopers.swg</tt> in the SWIG library.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
@ -2674,7 +2674,7 @@ the chosen closure function.
|
|||
|
||||
<p>
|
||||
There is further information on <tt>%feature("python:slot")</tt>
|
||||
in the file <tt>python/pyopers.swig</tt> in the SWIG library.
|
||||
in the file <tt>python/pyopers.swg</tt> in the SWIG library.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue