commit | f5fd5239819c5dfb1d7a33484be49dc705544d02 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Apr 18 08:26:21 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Apr 18 08:26:21 2009 +0000 |
tree | ad5ef8bd61231c5d41dcb3f3922640d2aec31c55 | |
parent | 783f49317394734c8e50e9e8c2aa34427e9e121e [diff] [blame] |
"not subscriptable" should be a bit more understandable than "unsubscriptable".
diff --git a/Objects/abstract.c b/Objects/abstract.c index e26e057..cd14386 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c
@@ -153,7 +153,7 @@ "be integer, not '%.200s'", key); } - return type_error("'%.200s' object is unsubscriptable", o); + return type_error("'%.200s' object is not subscriptable", o); } int