diff options
| author | Stephan Groß | 2012-10-30 14:11:36 +0100 | 
|---|---|---|
| committer | Stephan Groß | 2012-10-30 14:11:36 +0100 | 
| commit | abf7f1161933567e622c51af9a53e4b860c11693 (patch) | |
| tree | e1c72cc732a64b443c1069ebacc79531fc24f811 /docs/tutorial | |
| parent | bcfb46eedc8fd7184e73a1fa6cecb1a359d1ef1f (diff) | |
| download | django-rest-framework-abf7f1161933567e622c51af9a53e4b860c11693.tar.bz2 | |
fixed typo
Diffstat (limited to 'docs/tutorial')
| -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 a0d7c5a6..2dc62219 100644 --- a/docs/tutorial/4-authentication-and-permissions.md +++ b/docs/tutorial/4-authentication-and-permissions.md @@ -19,7 +19,7 @@ Add the following two fields to the model.  We'd also need to make sure that when the model is saved, that we populate the highlighted field, using the `pygments` code higlighting library. -We'll ned some extra imports: +We'll need some extra imports:      from pygments.lexers import get_lexer_by_name      from pygments.formatters import HtmlFormatter | 
