From 8f795a422050a76125d82c88e34ec106f48c3e4d Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Tue, 9 Jun 2020 17:42:46 -0600 Subject: Fix references to pyopers.swg in the Python docs [skip ci] --- Doc/Manual/Python.html | 4 ++-- 1 file 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 the line that uses the '+' operator is much faster. (operator==, operator<, 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 -python/pyopers.swig in the SWIG library. +python/pyopers.swg in the SWIG library.

@@ -2674,7 +2674,7 @@ the chosen closure function.

There is further information on %feature("python:slot") -in the file python/pyopers.swig in the SWIG library. +in the file python/pyopers.swg in the SWIG library.

-- cgit v1.2.1