Skip to content

Commit

Permalink
Clearer docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Dec 10, 2024
1 parent f673ee2 commit 4084c07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mne/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1507,10 +1507,10 @@ def rescale(self, scale, *, verbose=None):
Parameters
----------
scale : int | float | dict
The scaling factor to apply. If a float, the same scaling factor is applied
to all channels (this works only if all channels are of the same type). If a
dict, the keys must be valid channel types and the values the scaling
factors to apply to the corresponding channels.
The scaling factor by which to multiply the data. If a float, the same
scaling factor is applied to all channels (this works only if all channels
are of the same type). If a dict, the keys must be valid channel types and
the values the scaling factors to apply to the corresponding channels.
%(verbose)s
Returns
Expand Down

0 comments on commit 4084c07

Please sign in to comment.