diff --git a/hepdata_lib/helpers.py b/hepdata_lib/helpers.py index 1e10e85e..2a2e6416 100644 --- a/hepdata_lib/helpers.py +++ b/hepdata_lib/helpers.py @@ -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):