mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Don't use backticks to refer to functions
See the "See Also" section in the NumPy Docstring Conventions document: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
This commit is contained in:
@@ -100,7 +100,7 @@ def pad_for_eccentric_selems(func):
|
||||
|
||||
See Also
|
||||
--------
|
||||
``opening``, ``closing``.
|
||||
opening, closing.
|
||||
"""
|
||||
@functools.wraps(func)
|
||||
def func_out(image, selem, out=None, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user