summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/whatsnext.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt
index ae67220f58..c3cc962341 100644
--- a/docs/intro/whatsnext.txt
+++ b/docs/intro/whatsnext.txt
@@ -154,12 +154,12 @@ shell command:
One low-tech way of taking advantage of the text documentation is by using the
Unix ``grep`` utility to search for a phrase in all of the documentation. For
-example, this will show you each mention of the phrase "edit_inline" in any
+example, this will show you each mention of the phrase "max_length" in any
Django document:
.. code-block:: bash
- $ grep edit_inline /path/to/django/docs/*.txt
+ $ grep max_length /path/to/django/docs/*.txt
As HTML, locally
----------------