Skip to content

Commit c2271be

Browse files
committed
FIX: Fine
1 parent da44289 commit c2271be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mne/utils/docs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5228,9 +5228,10 @@ def copy_doc(source):
52285228
... def m1():
52295229
... ''' this gets appended'''
52305230
... pass
5231-
>>> print(B.m1.__doc__) # doctest: +NORMALIZE_WHITESPACE
5231+
>>> print(B.m1.__doc__)
52325232
Docstring for m1
52335233
this gets appended
5234+
<BLANKLINE>
52345235
"""
52355236

52365237
def wrapper(func):
@@ -5316,6 +5317,7 @@ def copy_function_doc_to_method_doc(source):
53165317
Notes
53175318
-----
53185319
.. versionadded:: 0.13.0
5320+
<BLANKLINE>
53195321
""" # noqa: D410, D411, D214, D215
53205322

53215323
def wrapper(func):

0 commit comments

Comments
 (0)