diff --git a/src/data_types/test_type_casting.py b/src/data_types/test_type_casting.py index e5b1fef3..22b827e3 100644 --- a/src/data_types/test_type_casting.py +++ b/src/data_types/test_type_casting.py @@ -9,7 +9,7 @@ Casting in python is therefore done using constructor functions: - int() - constructs an integer number from an integer literal, a float literal (by rounding down -to the previous whole number) literal, or a string literal (providing the string represents a +to the previous whole number), or a string literal (providing the string represents a whole number) - float() - constructs a float number from an integer literal, a float literal or a string literal