Author: brosner
Date: Fri Oct 31 19:18:24 2008
New Revision: 117
Modified:
trunk/docs/usage.txt
Log:
Fixed a minor typo that prevented code to be rendered as code.
Modified: trunk/docs/usage.txt
==============================================================================
--- trunk/docs/usage.txt (original)
+++ trunk/docs/usage.txt Fri Oct 31 19:18:24 2008
@@ -140,7 +140,7 @@
except ImportError:
notification = None
-and then, later:
+and then, later::
if notification:
notification.send([to_user], "friends_invite", {"from_user":
from_user})
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---