Skip to content

Commit

Permalink
fix docstring indentdation.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lta committed Jul 28, 2023
1 parent 2bb0db3 commit dc7ab3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ptwt/conv_transform_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ def wavedec3(
``pywt.wavelist(kind='discrete')`` lists possible choices.
mode (str): The padding mode. Possible options are::
"zero", "constant" or "periodic".
"zero", "constant" or "periodic".
Defaults to "zero".
Defaults to "zero".
level (Optional[int]): The maximum decomposition level.
This argument defaults to None.
Expand Down

0 comments on commit dc7ab3d

Please sign in to comment.