Skip to content

Commit 6976ffa

Browse files
committed
utils.py docs cleanup
1 parent 0fe7f50 commit 6976ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proplot/wrappers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2999,8 +2999,8 @@ def _wrapper(self, *args, **kwargs):
29992999

30003000

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

0 commit comments

Comments
 (0)