Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Jul 23, 2024
1 parent 87e6fdd commit 4226281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hepdata_lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def sanitize_value(value):
:param value: User-side input value to sanitize.
:type value: string, int, or castable to float
Strings and integers are left alone,
Strings, integers and None are left alone,
everything else is converted to float.
"""
if isinstance(value,str):
Expand Down

0 comments on commit 4226281

Please sign in to comment.