Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-22207:Update doc string to specify this works on classes as well as functio… #77

Merged
merged 7 commits into from
Dec 7, 2019
2 changes: 1 addition & 1 deletion python/lsst/utils/deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


def deprecate_pybind11(func, reason, category=FutureWarning):
"""Deprecate a pybind11-wrapped C++ interface function or method.
"""Deprecate a pybind11-wrapped C++ interface function, method or class.
leannep marked this conversation as resolved.
Show resolved Hide resolved

This needs to use a pass-through Python wrapper so that
`~deprecated.sphinx.deprecated` can update its docstring; pybind11
Expand Down