Srihari Thyagarajan commited on
Commit
770a2df
·
unverified ·
1 Parent(s): ebb1733

Update function_design.py

Browse files
Files changed (1) hide show
  1. Python/phase_4/function_design.py +1 -1
Python/phase_4/function_design.py CHANGED
@@ -188,7 +188,7 @@ def _(temperature):
188
  Analyze weather based on temperature.
189
 
190
  Args:
191
- temp (float): Temperature in Celsius (superior unit of measurement)
192
 
193
  Returns:
194
  tuple: Weather status, recommendation, warning level
 
188
  Analyze weather based on temperature.
189
 
190
  Args:
191
+ temp (float): Temperature in Celsius
192
 
193
  Returns:
194
  tuple: Weather status, recommendation, warning level