Skip to content

Commit

Permalink
Fixed #8581: Corrected example of "grep" to search docs
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Aug 30, 2008
1 parent 8af2831 commit ac418c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/whatsnext.txt
Expand Up @@ -159,7 +159,7 @@ Django document:

.. code-block:: bash

$ grep -r max_length /path/to/django/docs/*.txt
$ grep -r max_length /path/to/django/docs/

As HTML, locally
----------------
Expand Down

0 comments on commit ac418c9

Please sign in to comment.