aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
diff options
context:
space:
mode:
authorStephan Groß2013-08-22 08:50:58 -0700
committerStephan Groß2013-08-22 08:50:58 -0700
commitca9f144b15c5a9481d377eeecf5f316a4b6b26a3 (patch)
treee44f6769b77dde95a519a5cd2c6976866508f441 /docs/api-guide
parent2bcad32dcb57ae9419f6a901e081f0dcdc1a6f87 (diff)
parentec5955101b4b15b828ac5b6fc54e8d10f2a7c64a (diff)
downloaddjango-rest-framework-ca9f144b15c5a9481d377eeecf5f316a4b6b26a3.tar.bz2
Merge pull request #1056 from ramiro/patch-1
Fix typo
Diffstat (limited to 'docs/api-guide')
-rw-r--r--docs/api-guide/parsers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/parsers.md b/docs/api-guide/parsers.md
index d3c42b1c..1030fcb6 100644
--- a/docs/api-guide/parsers.md
+++ b/docs/api-guide/parsers.md
@@ -34,7 +34,7 @@ The default set of parsers may be set globally, using the `DEFAULT_PARSER_CLASSE
)
}
-You can also set the renderers used for an individual view, or viewset,
+You can also set the parsers used for an individual view, or viewset,
using the `APIView` class based views.
from rest_framework.parsers import YAMLParser