gokceKy commited on
Commit
bb64a8a
·
verified ·
1 Parent(s): 50413e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def temperature_converter(operation: str) -> str:
14
  """Converts temperatures between Celsius and Fahrenheit.
15
 
16
  Args:
17
- operation (str): Temperature conversion request in the format '100 C to F' or '32 F to C'.
18
 
19
  Returns:
20
  str: Converted temperature result or an error message.
 
14
  """Converts temperatures between Celsius and Fahrenheit.
15
 
16
  Args:
17
+ operation: Temperature conversion request in the format '100 C to F' or '32 F to C'.
18
 
19
  Returns:
20
  str: Converted temperature result or an error message.