We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da44289 commit c2271beCopy full SHA for c2271be
1 file changed
mne/utils/docs.py
@@ -5228,9 +5228,10 @@ def copy_doc(source):
5228
... def m1():
5229
... ''' this gets appended'''
5230
... pass
5231
- >>> print(B.m1.__doc__) # doctest: +NORMALIZE_WHITESPACE
+ >>> print(B.m1.__doc__)
5232
Docstring for m1
5233
this gets appended
5234
+ <BLANKLINE>
5235
"""
5236
5237
def wrapper(func):
@@ -5316,6 +5317,7 @@ def copy_function_doc_to_method_doc(source):
5316
5317
Notes
5318
-----
5319
.. versionadded:: 0.13.0
5320
5321
""" # noqa: D410, D411, D214, D215
5322
5323
0 commit comments