Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed spelling issues
  • Loading branch information
karimzakir02 committed Jul 8, 2020
commit 149604d6a546d895eeab953c23c6ebb956c939fa
2 changes: 1 addition & 1 deletion conversions/celsius_to_fahrenheit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Convert temparature from Celsius to Fahrenheit """
""" Convert temperature from Celsius to Fahrenheit """

def celsius_to_fahrenheit(celsius):
"""
Expand Down
2 changes: 1 addition & 1 deletion conversions/fahrenheit_to_celsius.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Convert temparature from Fahrenheit to Celsius """
""" Convert temperature from Fahrenheit to Celsius """

def fahrenheit_to_celsius(fahrenheit):
"""
Expand Down