summaryrefslogtreecommitdiffstats
path: root/Lib/string.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/string.py')
-rw-r--r--Lib/string.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/string.py b/Lib/string.py
index 921bd8b..8281936 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):