[pypy-svn] rev 2643 - pypy/trunk/doc

lac at codespeak.net lac at codespeak.net
Sat Dec 20 14:12:53 CET 2003


Author: lac
Date: Sat Dec 20 14:12:53 2003
New Revision: 2643

Modified:
   pypy/trunk/doc/goals.txt
Log:
more silent ReST formatting glitches

Modified: pypy/trunk/doc/goals.txt
==============================================================================
--- pypy/trunk/doc/goals.txt	(original)
+++ pypy/trunk/doc/goals.txt	Sat Dec 20 14:12:53 2003
@@ -159,9 +159,9 @@
   complicated inheritance hierarchy. Classic classes are unaffected by
   this change. Python 2.2 originally used a topological sort of a
   class's ancestors, but 2.3 now uses the C3 algorithm as described in
-  the paper ``A Monotonic Superclass Linearization for Dylan''. To
+  the paper _A Monotonic Superclass Linearization for Dylan__. To
   understand the motivation for this change, read Michele Simionato's
-  article ``Python 2.3 Method Resolution Order'', or read the thread
+  article _Python 2.3 Method Resolution Order_, or read the thread
   on python-dev starting with the message at
   http://mail.python.org/pipermail/python-dev/2002-October/029035.html. Samuele
   Pedroni first pointed out the problem and also implemented the fix


More information about the Pypy-commit mailing list