aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
diff options
context:
space:
mode:
authorStephan Groß2013-01-12 11:37:38 -0800
committerStephan Groß2013-01-12 11:37:38 -0800
commit9d47c32f444c7c1563d1686f8f397a97116d1f5e (patch)
tree39f854a053192a984e6b8255eb50f855d00372a6 /docs/tutorial
parentda85bb1ab3eedbd8df1e2fc9577ed3e2ab809c4d (diff)
parent0987bed2f74f69eccba181303689197e54836288 (diff)
downloaddjango-rest-framework-9d47c32f444c7c1563d1686f8f397a97116d1f5e.tar.bz2
Merge pull request #577 from Wackerbarth/tutorial
A minor gramatical correction
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/4-authentication-and-permissions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/4-authentication-and-permissions.md b/docs/tutorial/4-authentication-and-permissions.md
index 5793d38e..f6daebb7 100644
--- a/docs/tutorial/4-authentication-and-permissions.md
+++ b/docs/tutorial/4-authentication-and-permissions.md
@@ -29,7 +29,7 @@ And now we can add a `.save()` method to our model class:
def save(self, *args, **kwargs):
"""
- Use the `pygments` library to create an highlighted HTML
+ Use the `pygments` library to create a highlighted HTML
representation of the code snippet.
"""
lexer = get_lexer_by_name(self.language)