Skip to content

Commit eda1eaf

Browse files
committed
Formatting
1 parent 1fd3a29 commit eda1eaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sage/misc/sagedoc_conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828

2929
def process_docstring_aliases(app, what, name, obj, options, docstringlines):
30-
"""Change the docstrings for aliases to point to the original object."""
30+
"""
31+
Change the docstrings for aliases to point to the original object.
32+
"""
3133

3234
if what not in ('function', 'method'):
3335
# Alias detection doesn't make sense for modules.

0 commit comments

Comments
 (0)