prashanth commited on
Commit
876e71e
·
verified ·
1 Parent(s): 67baa25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def spell_checker(sentence:str)-> str: #it's import to specify the return type
12
  #Keep this format for the description / args / args description but feel free to modify the tool
13
  """A tool that correct the errors in the spelling
14
  Args:
15
- arg1: the sentence to be corrected
16
  """
17
  try:
18
  # corrected sentence
 
12
  #Keep this format for the description / args / args description but feel free to modify the tool
13
  """A tool that correct the errors in the spelling
14
  Args:
15
+ sentence: the sentence to be corrected
16
  """
17
  try:
18
  # corrected sentence