Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
utils.py docs cleanup
  • Loading branch information
lukelbd committed Jan 7, 2020
commit 6976ffa70668e55d86b6bc7e305e4bd2789a71e6
4 changes: 2 additions & 2 deletions proplot/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2999,8 +2999,8 @@ def _wrapper(self, *args, **kwargs):


def _wrapper_decorator(driver):
"""Generates generic wrapper decorators and dynamically modifies docstring
to list the methods wrapped by this function. Also sets __doc__ to None so
"""Generate generic wrapper decorator and dynamically modify the docstring
to list methods wrapped by this function. Also set `__doc__` to ``None`` so
that ProPlot fork of automodapi doesn't add these methods to the website
documentation. Users can still call help(ax.method) because python looks
for superclass method docstrings if a docstring is empty."""
Expand Down