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/topics/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 3971958dc7..d5ccc2d8fc 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -771,7 +771,7 @@ arguments at time of construction: >>> c = Client() >>> with open('wishlist.doc') as fp: - >>> c.post('/customers/wishes/', {'name': 'fred', 'attachment': fp}) + ... c.post('/customers/wishes/', {'name': 'fred', 'attachment': fp}) (The name ``attachment`` here is not relevant; use whatever name your file-processing code expects.) -- cgit v1.3