Skip to content

Commit b6d0346

Browse files
committed
Fix docstrings
1 parent fe07fc6 commit b6d0346

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eitprocessing/datahandling/pixelmap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def normalize(
191191
Additional keyword arguments to pass to the new PixelMap instance.
192192
193193
Raises:
194-
ValueError: If an invalid normalization mode is specifief.
194+
ValueError: If an invalid normalization mode is specified.
195195
ValueError: If no reference value is provided in "reference" mode.
196196
ValueError: If a reference value is provided with a mode other than "reference".
197197
TypeError: If the reference value is not a number.
@@ -458,7 +458,7 @@ def from_aggregate(
458458
of that object.
459459
460460
Args:
461-
maps: Sequence of maps to be aggregated
461+
maps: list/tuple of maps to be aggregated
462462
aggregator: Function to aggregate the maps along the first axis. Should accept an array and axis parameter.
463463
**return_attrs: Keyword arguments to be passed to the initializer of the return object
464464

0 commit comments

Comments
 (0)