Skip to content

Commit 41c70c8

Browse files
author
Michael von Papen
authored
changed ms to ks
corrected bug: kiloseconds was incorrectly refenced as ms instead of ks
1 parent 55030fc commit 41c70c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quantities/units/time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ks = kilosecond = UnitTime(
1515
'millisecond',
1616
s*1000,
17-
'ms',
17+
'ks',
1818
aliases=['kiloseconds']
1919
)
2020
Ms = megasecond = UnitTime(

0 commit comments

Comments
 (0)