diff options
| author | Tom Christie | 2011-01-28 17:42:57 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-01-28 17:42:57 +0000 |
| commit | 40f47a9fb31aebd965dce03ae57c036d5360d124 (patch) | |
| tree | 9e95ee3e500b5c2d8eb4e1adecefaf1d2de47b8a /examples/pygments_api/views.py | |
| parent | 2e9fd9c6b93a77dcf5caa42a4d71b9da2021693f (diff) | |
| download | django-rest-framework-40f47a9fb31aebd965dce03ae57c036d5360d124.tar.bz2 | |
Minor bit of tidy up (all the stuff I noticed when demoing to francis)
Diffstat (limited to 'examples/pygments_api/views.py')
| -rw-r--r-- | examples/pygments_api/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pygments_api/views.py b/examples/pygments_api/views.py index 02f541f3..4493a822 100644 --- a/examples/pygments_api/views.py +++ b/examples/pygments_api/views.py @@ -24,7 +24,7 @@ class HTMLEmitter(BaseEmitter): class PygmentsRoot(Resource): """This example demonstrates a simple RESTful Web API aound the awesome pygments library. - This top level resource is used to create """ + This top level resource is used to create highlighted code snippets.""" form = PygmentsForm allowed_methods = anon_allowed_methods = ('POST',) |
