Skip to content

Commit a523a9b

Browse files
committed
Proposed correction from kilobar to megabar
Hi, I would like to propose correcting an object name in line 66 as followings, considering the meanings of kilobar and megabar. From: Mbar = kilobar = UnitQuantity( To: Mbar = megabar = UnitQuantity( Best regards,
1 parent bc3feb4 commit a523a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantities/units/pressure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
symbol='kbar',
6464
aliases=['kilobars']
6565
)
66-
Mbar = kilobar = UnitQuantity(
66+
Mbar = megabar = UnitQuantity(
6767
'megabar',
6868
1000*kbar,
6969
symbol='Mbar',

0 commit comments

Comments
 (0)