From: Georg Brandl Date: Sun, 20 Jan 2008 10:59:44 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v3.0a3~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7274858234ac809a33a6efd66c984eed58687ab3;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index 7332f14343c1..d24416fa92e6 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -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. .. ======================================================================