Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpatrickhug committed Nov 20, 2024
1 parent 1c21d8d commit 2afbc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def calculate_average(numbers, weights=None):
return total / count if count else 0
"""

final_code = add_docstrings(source_code, api_key)
documented_code = add_docstrings(source_code, api_key)

result = add_type_hints(final_code, api_key)
print(result)
Expand Down

0 comments on commit 2afbc49

Please sign in to comment.