Commit ac418c97 authored by James Bennett's avatar James Bennett
Browse files

Fixed #8581: Corrected example of "grep" to search docs


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8af2831f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
----------------