diff options
| author | Stephan Groß | 2013-01-12 11:37:38 -0800 |
|---|---|---|
| committer | Stephan Groß | 2013-01-12 11:37:38 -0800 |
| commit | 9d47c32f444c7c1563d1686f8f397a97116d1f5e (patch) | |
| tree | 39f854a053192a984e6b8255eb50f855d00372a6 | |
| parent | da85bb1ab3eedbd8df1e2fc9577ed3e2ab809c4d (diff) | |
| parent | 0987bed2f74f69eccba181303689197e54836288 (diff) | |
| download | django-rest-framework-9d47c32f444c7c1563d1686f8f397a97116d1f5e.tar.bz2 | |
Merge pull request #577 from Wackerbarth/tutorial
A minor gramatical correction
| -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) |
