Skip to content

Commit

Permalink
add missing backtick in denoise_wavelet docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 authored and soupault committed Aug 17, 2019
1 parent 6aaaef0 commit 512ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/restoration/_denoise.py
Expand Up @@ -713,7 +713,7 @@ def denoise_wavelet(image, sigma=None, wavelet='db1', mode='soft',
performed. The default of ``None`` rescales sigma appropriately if the
image is rescaled internally. A ``DeprecationWarning`` is raised to
warn the user about this new behaviour. This warning can be avoided
by setting ``rescale_sigma=True`.
by setting ``rescale_sigma=True``.
.. versionadded:: 0.16
``rescale_sigma`` was introduced in 0.16
Expand Down

0 comments on commit 512ad89

Please sign in to comment.