Skip to content

Commit

Permalink
attempt to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Aug 2, 2021
1 parent a10799c commit c9e44bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def dollars2cents(dollars):

def gallons2liters(gallons):
"""Convert gallons to liters"""
liters = gallons * 3.785
liters = gallons * 3.7854
return liters

def pounds2kg(pounds):
Expand Down

0 comments on commit c9e44bd

Please sign in to comment.