From 1583d402240d88ad2a4acc024d348a21657ccaba Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 5 May 2012 09:54:30 -0500 Subject: Fixed the syntax used for the Python repl examples in docs and docstrings. --- docs/ref/utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index f045f4bf5a..b323f0629f 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -240,7 +240,7 @@ Sample usage:: ... description="Testing." ... ) >>> with open('test.rss', 'w') as fp: - >>> feed.write(fp, 'utf-8') + ... feed.write(fp, 'utf-8') For simplifying the selection of a generator use ``feedgenerator.DefaultFeed`` which is currently ``Rss201rev2Feed`` -- cgit v1.3