Skip to content

Commit

Permalink
add comment for print(function.__doc__) util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toravest committed May 23, 2025
1 parent 29d52b1 commit caa592f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/my_package/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def get_records(df, city_name):

return summary_df, filename, folder

# This prints the documentation for the functions written inside '''these'''
print(replace_nordic.__doc__)
print(input_place.__doc__)
print(kelvin_to_celsius.__doc__)
Expand Down

0 comments on commit caa592f

Please sign in to comment.