Skip to content

Commit 0cf31db

Browse files
committed
Merge pull request python-quantities#99 from a2takashi/patch-1
Proposed correction from kilobar to megabar
2 parents 9851f2a + a523a9b commit 0cf31db

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)