Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Dec 19, 2023
1 parent c30473c commit b154ec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rbnicsx/backends/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rbnicsx/backends/proper_orthogonal_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rbnicsx/online/proper_orthogonal_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b154ec6

Please sign in to comment.