Skip to content

Commit

Permalink
DOC: specify tmax_raw param may be None, and what it means
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 18, 2024
1 parent aa9dcb6 commit bc0cac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mne/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4663,8 +4663,9 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
plot. If ``None``, no title is shown. Default is ``None``.
"""
docdict["tmax_raw"] = """
tmax : float
tmax : float | None
End time of the raw data to use in seconds (cannot exceed data duration).
If ``None`` (default), the current end of the data is used.
"""

docdict["tmin"] = """
Expand Down

0 comments on commit bc0cac5

Please sign in to comment.