From b154ec64c1bb551e23664dd4fa9d39cfe2f6d5de Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Tue, 19 Dec 2023 10:11:12 +0100 Subject: [PATCH] Fix typo in comment --- rbnicsx/backends/projection.py | 2 +- rbnicsx/backends/proper_orthogonal_decomposition.py | 2 +- rbnicsx/online/proper_orthogonal_decomposition.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rbnicsx/backends/projection.py b/rbnicsx/backends/projection.py index 573c285..1acbe04 100644 --- a/rbnicsx/backends/projection.py +++ b/rbnicsx/backends/projection.py @@ -23,7 +23,7 @@ # We could have used functools.singledispatch rather than plum, but since rbnicsx.online.projection # introduces a dependency on plum we also use it here for its better handling in combining docstrings -# and its easier integration with sympy. +# and its easier integration with mypy. @plum.overload diff --git a/rbnicsx/backends/proper_orthogonal_decomposition.py b/rbnicsx/backends/proper_orthogonal_decomposition.py index 3380c43..fa21ee8 100644 --- a/rbnicsx/backends/proper_orthogonal_decomposition.py +++ b/rbnicsx/backends/proper_orthogonal_decomposition.py @@ -22,7 +22,7 @@ # We could have used functools.singledispatch rather than plum, but since rbnicsx.online.projection # introduces a dependency on plum we also use it here for its better handling in combining docstrings -# and its easier integration with sympy. +# and its easier integration with mypy. @plum.overload diff --git a/rbnicsx/online/proper_orthogonal_decomposition.py b/rbnicsx/online/proper_orthogonal_decomposition.py index 508fb5b..61062df 100644 --- a/rbnicsx/online/proper_orthogonal_decomposition.py +++ b/rbnicsx/online/proper_orthogonal_decomposition.py @@ -22,7 +22,7 @@ # We could have used functools.singledispatch rather than plum, but since rbnicsx.online.projection # introduces a dependency on plum we also use it here for its better handling in combining docstrings -# and its easier integration with sympy. +# and its easier integration with mypy. @plum.overload