SVN: r20332 - trunk/quixote/doc
akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected] Tue, 21 Jan 2003 15:35:35 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: akuchlin
Date: 2003-01-21 15:35:34 -0500 (Tue, 21 Jan 2003)
New Revision: 20332
Modified:
trunk/quixote/doc/programming.txt
Log:
Another markup fix
Modified: trunk/quixote/doc/programming.txt
==============================================================================
--- trunk/quixote/doc/programming.txt (original)
+++ trunk/quixote/doc/programming.txt 2003-01-21 15:35:35.000000000 -0500
@@ -436,7 +436,7 @@
Let's say this function is in ``app.ui``. The first time /expensive
is accessed, ``_q_resolve('expensive')`` is called, the
-otherpackage.expensive module is returned and traversal continues.
+``otherpackage.expensive`` module is returned and traversal continues.
The imported module is also saved as ``app.ui.expensive``, so future
references to /expensive won't need to invoke the ``_q_resolve()``
hook.