diff options
Diffstat (limited to 'Lib/string.py')
-rw-r--r-- | Lib/string.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/string.py b/Lib/string.py index 921bd8b1d0..82819360a4 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -374,7 +374,7 @@ def rfind(s, *args): # for a bit of speed _float = float _int = int -_long = long +_long = int # Convert string to float def atof(s): |