PEP8 nit.

This commit is contained in:
Georg Brandl 2009-03-16 21:32:58 +00:00
parent 6172665dd4
commit 51a6726ee3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Motivation and Summary
seems awfully limited, when this:
if (f_result() as res) == [1, 2, 3] :
if (f_result() as res) == [1, 2, 3]:
is probably the desired result.