diff --git a/native-datatypes.html b/native-datatypes.html index fc41ec3..db78e56 100755 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -105,7 +105,7 @@ ZeroDivisionError: int division or modulo by zero
int to a float by calling the float() function.
float to an int by calling int().
int() function will truncate, not round.
-int() function truncates negative numbers towards 0. It’s a true truncate function, not a a floor function.
+int() function truncates negative numbers towards 0. It’s a true truncate function, not a floor function.