Skip to content

Commit ae4cca9

Browse files
committed
doc update.
1 parent 1fbe5e5 commit ae4cca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ptwt/conv_transform.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def wavedec2(
257257
A denotes approximation, H horizontal, V vertical
258258
and D diagonal coefficients.
259259
260-
Examples::
260+
Example:
261261
>>> import torch
262262
>>> import ptwt, pywt
263263
>>> import numpy as np
@@ -313,7 +313,7 @@ def waverec2(
313313
Raises:
314314
ValueError: If `coeffs` is not in the shape as it is returned from `wavedec2`.
315315
316-
Examples::
316+
Example:
317317
>>> import ptwt, pywt, torch
318318
>>> import numpy as np
319319
>>> import scipy.misc
@@ -403,7 +403,7 @@ def wavedec(
403403
containing the wavelet coefficients. A denotes
404404
approximation and D detail coefficients.
405405
406-
Examples:
406+
Example:
407407
>>> import torch
408408
>>> import ptwt, pywt
409409
>>> import numpy as np
@@ -453,7 +453,7 @@ def waverec(coeffs: List[torch.Tensor], wavelet: Union[Wavelet, str]) -> torch.T
453453
Returns:
454454
torch.Tensor: The reconstructed signal.
455455
456-
Examples::
456+
Example:
457457
>>> import torch
458458
>>> import ptwt, pywt
459459
>>> import numpy as np

0 commit comments

Comments
 (0)