Show More
@@ -626,7 +626,7 b' def _default_pprint(obj, p, cycle):' | |||||
626 | def _seq_pprinter_factory(start, end): |
|
626 | def _seq_pprinter_factory(start, end): | |
627 | """ |
|
627 | """ | |
628 | Factory that returns a pprint function useful for sequences. Used by |
|
628 | Factory that returns a pprint function useful for sequences. Used by | |
629 |
the default pprint for tuples |
|
629 | the default pprint for tuples and lists. | |
630 | """ |
|
630 | """ | |
631 | def inner(obj, p, cycle): |
|
631 | def inner(obj, p, cycle): | |
632 | if cycle: |
|
632 | if cycle: |
General Comments 0
You need to be logged in to leave comments.
Login now