diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 18:07:47 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 18:07:47 +0000 |
| commit | 587a2f980947a63c5410238fc49dcd1d024fb850 (patch) | |
| tree | d3cc712c6e503365895188505d4315004e2fde68 | |
| parent | 9009cac6b9a53d448ae07cc8330457aee3498be6 (diff) | |
[1.0.X] Fixed #9491 -- Added a missing 'are' in what to read next. Thanks mh983.
[9310] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/intro/whatsnext.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt index 2391cd3d97..66b759b769 100644 --- a/docs/intro/whatsnext.txt +++ b/docs/intro/whatsnext.txt @@ -26,7 +26,7 @@ Finding documentation ===================== Django's got a *lot* of documentation -- almost 200,000 words -- so finding what -you need can sometimes be tricky. A few good places to start the :ref:`search` +you need can sometimes be tricky. A few good places to start are the :ref:`search` and the :ref:`genindex`. Or you can just browse around! |
