diff options
| author | Richard Wackerbarth | 2013-01-11 14:04:13 -0600 |
|---|---|---|
| committer | Richard Wackerbarth | 2013-01-12 12:36:21 -0600 |
| commit | 0987bed2f74f69eccba181303689197e54836288 (patch) | |
| tree | 39f854a053192a984e6b8255eb50f855d00372a6 /docs/tutorial/4-authentication-and-permissions.md | |
| parent | da85bb1ab3eedbd8df1e2fc9577ed3e2ab809c4d (diff) | |
| download | django-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.md | 2 |
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) |
