Commit 369b4270 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #8581: Updated the suggested command for a low-tech documentation...

Fixed #8581: Updated the suggested command for a low-tech documentation search. Thanks to Manuel Saelices for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 545cd6d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ Django document:

.. code-block:: bash

    $ grep max_length /path/to/django/docs/*.txt
    $ grep -r max_length /path/to/django/docs/*.txt
    
As HTML, locally
----------------