Skip to content

Commit

Permalink
Merge pull request #581 from mrava87/doc-patchslide
Browse files Browse the repository at this point in the history
minor: fix typo in docstrings
  • Loading branch information
mrava87 committed May 22, 2024
2 parents 27636e5 + eb2966b commit 4a85bb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pylops/signalprocessing/patch2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Patch2D(LinearOperator):
Size of model in the transformed domain
tapertype : :obj:`str`, optional
Type of taper (``hanning``, ``cosine``, ``cosinesquare`` or ``None``)
savetaper: :obj:`bool`, optional
savetaper : :obj:`bool`, optional
.. versionadded:: 2.3.0
Save all tapers and apply them in one go (``True``) or save unique tapers and apply them one by one (``False``).
Expand Down
2 changes: 1 addition & 1 deletion pylops/signalprocessing/patch3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class Patch3D(LinearOperator):
Size of model in the transformed domain
tapertype : :obj:`str`, optional
Type of taper (``hanning``, ``cosine``, ``cosinesquare`` or ``None``)
savetaper: :obj:`bool`, optional
savetaper : :obj:`bool`, optional
.. versionadded:: 2.3.0
Save all tapers and apply them in one go (``True``) or save unique tapers and apply them one by one (``False``).
Expand Down
2 changes: 1 addition & 1 deletion pylops/signalprocessing/sliding1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Sliding1D(LinearOperator):
Number of samples of overlapping part of window
tapertype : :obj:`str`, optional
Type of taper (``hanning``, ``cosine``, ``cosinesquare`` or ``None``)
savetaper: :obj:`bool`, optional
savetaper : :obj:`bool`, optional
.. versionadded:: 2.3.0
Save all tapers and apply them in one go (``True``) or save unique tapers and apply them one by one (``False``).
Expand Down
2 changes: 1 addition & 1 deletion pylops/signalprocessing/sliding2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class Sliding2D(LinearOperator):
Number of samples of overlapping part of window
tapertype : :obj:`str`, optional
Type of taper (``hanning``, ``cosine``, ``cosinesquare`` or ``None``)
savetaper: :obj:`bool`, optional
savetaper : :obj:`bool`, optional
.. versionadded:: 2.3.0
Save all tapers and apply them in one go (``True``) or save unique tapers and apply them one by one (``False``).
Expand Down
2 changes: 1 addition & 1 deletion pylops/signalprocessing/sliding3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class Sliding3D(LinearOperator):
to spatial axes in the data
tapertype : :obj:`str`, optional
Type of taper (``hanning``, ``cosine``, ``cosinesquare`` or ``None``)
savetaper: :obj:`bool`, optional
savetaper : :obj:`bool`, optional
.. versionadded:: 2.3.0
Save all tapers and apply them in one go (``True``) or save unique tapers and apply them one by one (``False``).
Expand Down

0 comments on commit 4a85bb0

Please sign in to comment.