Skip to content

Commit

Permalink
fix typo in repr
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Nov 29, 2023
1 parent b8989a1 commit db3d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/core/analogsignal.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def _repr_pretty_(self, pp, cycle):
Handle pretty-printing the :class:`AnalogSignal`.
'''
pp.text(f"{self.__class__.__name__} with {self.shape[1]} channels of length "
f"{self.shape[0]}; units {self.units.dimesionality.string}; datatype "
f"{self.shape[0]}; units {self.units.dimensionality.string}; datatype "
f"{self.dtype}")
if self._has_repr_pretty_attrs_():
pp.breakable()
Expand Down

0 comments on commit db3d4f4

Please sign in to comment.