Skip to content

Commit 1e025e9

Browse files
author
Michael von Papen
authored
millisecond -> kilosecond
1 parent 41c70c8 commit 1e025e9

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
@@ -12,7 +12,7 @@
1212
aliases=['sec', 'seconds']
1313
)
1414
ks = kilosecond = UnitTime(
15-
'millisecond',
15+
'kilosecond',
1616
s*1000,
1717
'ks',
1818
aliases=['kiloseconds']

0 commit comments

Comments
 (0)