Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r45084:9d4650930387 Date: 2011-06-23 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/9d4650930387/
Log: typo? diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpython/lltypesystem/rdict.py +++ b/pypy/rpython/lltypesystem/rdict.py @@ -206,7 +206,7 @@ if dictobj is None: return lltype.nullptr(self.DICT) if not isinstance(dictobj, (dict, objectmodel.r_dict)): - raise TyperError("expected a dict: %r" % (dictobj,)) + raise TypeError("expected a dict: %r" % (dictobj,)) try: key = Constant(dictobj) return self.dict_cache[key] _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit