]> granicus.if.org Git - python/commitdiff
fix markup
authorFred Drake <fdrake@acm.org>
Thu, 14 Aug 2003 04:51:24 +0000 (04:51 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Aug 2003 04:51:24 +0000 (04:51 +0000)
Doc/lib/libcurses.tex

index 1eace435c07a9d0ede6f05e3d966da103bb987f6..1746db6fc44295f80620ebb6af7f570a291c247c 100644 (file)
@@ -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}