Chris Jerdonek added the comment:

Thanks for the report.  Minor clarification for future reference.  Subsequent 
lines should begin with "..." (when doctest-style is used):

>>> def breadth_first_search(unsearched):
...     node = unsearched.popleft()
etc.

----------
nosy: +chris.jerdonek

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

Reply via email to