New submission from Glenn Maynard:

https://docs.python.org/2/library/traceback.html

"A “pre-processed” stack trace entry is a quadruple (filename, line number, 
function name, text) representing the information that is usually printed for a 
stack trace."

There's no such thing as a "quadruple".  This should be "tuple".

----------
assignee: docs@python
components: Documentation
messages: 215326
nosy: Glenn.Maynard, docs@python
priority: normal
severity: normal
status: open
title: traceback.extract_tb says "quadruple" when it means "tuple"

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to