Skip to content

Commit

Permalink
Brrrr. An evil doctest depended on significant trailing whitespace in…
Browse files Browse the repository at this point in the history
… the .py file.
  • Loading branch information
Tim Peters committed Mar 31, 2005
1 parent 2d2e505 commit 244dcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def applications(self):
>>> data = list(view.applications())
>>> data.sort(lambda d1, d2: cmp(d1['id'], d2['id']))
>>> for info in data:
>>> for info in data: #doctest: +NORMALIZE_WHITESPACE
... print info['id']
... print info['min'], info['max'], info['generation']
... print 'evolve?', info['evolve']
Expand Down

0 comments on commit 244dcfb

Please sign in to comment.