# HG changeset patch # User Filip de Waard # Date 1293141665 -3600 # Node ID 85f8efefde3df65ae1bd8411e72f0174f3abe82e # Parent 21c3de08ce9cc97400b442e06a02f327322cf5ad fixed typo in JSON example code in Feed create docstring diff -r 21c3de08ce9cc97400b442e06a02f327322cf5ad -r 85f8efefde3df65ae1bd8411e72f0174f3abe82e vix/controllers/feeds.py --- a/vix/controllers/feeds.py Sat Dec 18 22:11:21 2010 +0100 +++ b/vix/controllers/feeds.py Thu Dec 23 23:01:05 2010 +0100 @@ -54,8 +54,8 @@ Slug: blog Authorization: Basic ZHRhZ2dhcnQ6am9objEyMw== - {'title': 'Taggart Transcontinental company weblog', - 'subtitle': 'From ocean to ocean.'} + {"title": "Taggart Transcontinental company weblog", + "subtitle": "From ocean to ocean."} This method requires the 'application/json' HTTP Media Type to be passed through the Content-type header (AtomPub support