diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-10 06:10:13 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-10 06:10:13 -0500 |
| commit | 6c5f5b9a414b8bdfafc45db5710acf200cca9885 (patch) | |
| tree | c4af31fa90b2df05a8e65931140dad808dfad4be /docs/intro/tutorial02.txt | |
| parent | 8bc350b38516d8c3a14aed113dd3402b9375b75c (diff) | |
Fixed typo in tutorial 2; refs #21418.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index e9775cb4da..b703200428 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -386,7 +386,7 @@ You can improve that by giving that method (in :file:`polls/models.py`) a few attributes, as follows: .. snippet:: - :filename: polls/admin.py + :filename: polls/models.py class Question(models.Model): # ... |
