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:
Juan Nunez-Iglesias
2015-01-22 11:38:37 +11:00
parent 2d0a3eff33
commit 658a83d46c
+1 -1
View File
@@ -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):