]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 10:59:44 +0000 (10:59 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 10:59:44 +0000 (10:59 +0000)
Doc/whatsnew/3.0.rst

index 7332f14343c1a30d1ae550e0e250675f2f8cec82..d24416fa92e6869c0ed09965a0ed87da398ed4c3 100644 (file)
@@ -389,7 +389,8 @@ changes to your code:
 
 * 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.
 
 .. ======================================================================