Author: ubernostrum
Date: 2008-08-30 00:35:18 -0500 (Sat, 30 Aug 2008)
New Revision: 8736
Modified:
django/trunk/docs/intro/whatsnext.txt
Log:
Fixed #8581: Corrected example of "grep" to search docs
Modified: django/trunk/docs/intro/whatsnext.txt
===================================================================
--- django/trunk/docs/intro/whatsnext.txt 2008-08-30 05:34:04 UTC (rev
8735)
+++ django/trunk/docs/intro/whatsnext.txt 2008-08-30 05:35:18 UTC (rev
8736)
@@ -159,7 +159,7 @@
.. code-block:: bash
- $ grep -r max_length /path/to/django/docs/*.txt
+ $ grep -r max_length /path/to/django/docs/
As HTML, locally
----------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---