need double colon here

This commit is contained in:
Benjamin Peterson 2010-11-25 20:55:32 -06:00
parent 9bcb66d9a5
commit ca72c162c8
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ line::
assert f.read() != '...'
This might fail but when re-interpretation comes along it might pass.
You can rewrite this (and any other expression with side effects) easily, though:
This might fail but when re-interpretation comes along it might pass. You can
rewrite this (and any other expression with side effects) easily, though::
content = f.read()
assert content != '...'