1
0
mirror of https://github.com/django/django.git synced 2025-04-01 12:06:43 +00:00

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
This commit is contained in:
James Bennett 2008-08-30 05:35:18 +00:00
parent 8af2831f5b
commit ac418c979f

View File

@ -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
----------------