From: Fred Drake Date: Thu, 14 Aug 2003 04:51:24 +0000 (+0000) Subject: fix markup X-Git-Tag: v2.4a1~1748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fd8def1fae956f5fa62798012d84fe88c83c800;p=python fix markup --- diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 1eace435c0..1746db6fc4 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -542,7 +542,7 @@ Allow use of default values for colors on terminals supporting this feature. Use this to support transparency in your application. The default color is assigned to the color number -1. After calling this function, -\function{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance, +\code{init_pair(x, curses.COLOR_RED, -1)} initializes, for instance, color pair \var{x} to a red foreground color on the default background. \end{funcdesc}