Skip to content

Commit e052d0d

Browse files
authored
Fix typo in docstring for unit conversion
1 parent c89559c commit e052d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arte/dataelab/unit_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def apply_unit(self, data):
2929
exception is conversion if impossible.
3030
If the force flag is set, the old unit is stripped and the new one set.
3131
32-
If not wanted unit has been set, data is unchanged, including its unit, if any.
32+
If no wanted unit has been set, data is unchanged, including its unit, if any.
3333
'''
3434
if self._wanted_unit is not None:
3535
if self._force:

0 commit comments

Comments
 (0)