summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2020-06-12 23:10:45 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2020-06-12 23:10:45 +0100
commitb94dd4b77002a0635118551df5fbfa600f6badc2 (patch)
tree95544f45197f36a4eb6dd5e2719e90b080ed75f5
parent23e5362882e60bc3f54f7c8afde9a1d28c8c746a (diff)
parent8f795a422050a76125d82c88e34ec106f48c3e4d (diff)
downloadswig-b94dd4b77002a0635118551df5fbfa600f6badc2.tar.gz
Merge branch 'pyopers-docs'
* pyopers-docs: Fix references to pyopers.swg in the Python docs
-rw-r--r--Doc/Manual/Python.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html
index fd07301d4..c132afc8a 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -2568,7 +2568,7 @@ but <b>the line that uses the '+' operator is much faster</b>.
(<tt>operator==, operator&lt;</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>