summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-04-03 15:45:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-04-03 15:45:59 (GMT)
commit4dbda8593d385f0a42ebd6844f59a2f741c955c4 (patch)
tree344692b79d7abbd872cc9ae9752865defd8a08bb /Lib
parent7beeeb5713e355cbeb0c6d26e256d13ce5e4761a (diff)
downloadcpython-4dbda8593d385f0a42ebd6844f59a2f741c955c4.zip
cpython-4dbda8593d385f0a42ebd6844f59a2f741c955c4.tar.gz
cpython-4dbda8593d385f0a42ebd6844f59a2f741c955c4.tar.bz2
spelling
Diffstat (limited to 'Lib')
-rw-r--r--Lib/dbhash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dbhash.py b/Lib/dbhash.py
index 601d69b..a5d5375 100644
--- a/Lib/dbhash.py
+++ b/Lib/dbhash.py
@@ -2,7 +2,7 @@
import sys
import warnings
-warnings.warnpy3k("in 3.x, the dbhash module has been removed", stackless=2)
+warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2)
try:
import bsddb
except ImportError: