commit | 7274858234ac809a33a6efd66c984eed58687ab3 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 20 10:59:44 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 20 10:59:44 2008 +0000 |
tree | 6c83b0310cf3063d820b47b76aaf757ed7a1137a | |
parent | 54a3faae0806ab1dd8290e16acc8ab7acdd4762b [diff] [blame] |
Fix markup.
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index 7332f14..d24416f 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst
@@ -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. .. ======================================================================