aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/4-authentication-and-permissions.md
diff options
context:
space:
mode:
authorRichard Wackerbarth2013-01-11 14:04:13 -0600
committerRichard Wackerbarth2013-01-12 12:36:21 -0600
commit0987bed2f74f69eccba181303689197e54836288 (patch)
tree39f854a053192a984e6b8255eb50f855d00372a6 /docs/tutorial/4-authentication-and-permissions.md
parentda85bb1ab3eedbd8df1e2fc9577ed3e2ab809c4d (diff)
downloaddjango-rest-framework-0987bed2f74f69eccba181303689197e54836288.tar.bz2
Minor gramatical correction
Diffstat (limited to 'docs/tutorial/4-authentication-and-permissions.md')
-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)