Skip to content

Commit

Permalink
Update src/acom_music_box/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jiwon Gim <[email protected]>
  • Loading branch information
K20shores and boulderdaze authored Dec 20, 2024
1 parent 453beb3 commit abd0d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acom_music_box/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def convert_temperature(data, key):
def convert_concentration(data, key, temperature, pressure):
"""
Convert the concentration from the input data to moles per cubic meter.
This function assums you are passing data from a music box configuration.
This function assumes you are passing data from a music box configuration.
Args:
data (dict): The input data.
Expand Down

0 comments on commit abd0d65

Please sign in to comment.