diff options
| author | Simon Meers <simon@simonmeers.com> | 2011-05-13 04:39:49 +0000 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2011-05-13 04:39:49 +0000 |
| commit | 8385b31c8989e7f44d545b58a3904bdfd86ac8e8 (patch) | |
| tree | 650a05bd99f38702215e2e4de05b345ce80eb3f9 /docs/intro | |
| parent | fc391631779f2e4cd35b4eb6e03505b63e9ba7f7 (diff) | |
[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.
Backport of r16220 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 29a2cb73fc..bf9044e474 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -593,7 +593,7 @@ automatically-generated admin. Unicode string, and ``str(p)`` will return a normal string, with characters encoded as UTF-8. - If all of this is jibberish to you, just remember to add + If all of this is gibberish to you, just remember to add :meth:`~django.db.models.Model.__unicode__` methods to your models. With any luck, things should Just Work for you. |
