# HG changeset patch -- Bitbucket.org # Project pytest # URL http://bitbucket.org/hpk42/pytest/overview # User Benjamin Peterson <benja...@python.org> # Date 1290740132 21600 # Node ID 66a7de5f7a3e6778cf0424423dbfde94d4297576 # Parent 06e3242d34b290b20ea336f7d220da45bd2759eb need double colon here
--- a/doc/assert.txt +++ b/doc/assert.txt @@ -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 != '...' _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn