Author: georg.brandl
Date: Sun Jan 20 11:59:44 2008
New Revision: 60129

Modified:
   python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
Fix markup.


Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst   (original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst   Sun Jan 20 11:59:44 2008
@@ -389,7 +389,8 @@
 
 * Everything is all in the details!
 
-* Developers can include intobject.h after Python.h for some PyInt_ aliases.
+* Developers can include :file:`intobject.h` after :file:`Python.h` for
+  some ``PyInt_`` aliases.
 
 .. ======================================================================
 
_______________________________________________
Python-3000-checkins mailing list
Python-3000-checkins@python.org
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to