summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 16:57:05 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 16:57:05 (GMT)
commita38a2867d0d1c8c0de8e654c0404c547e6136251 (patch)
tree990f266d1346193d012a8b00cc67f8cce42033c8
parent0d213d3497b715805371e9f190975fd57abd59e4 (diff)
downloadcpython-a38a2867d0d1c8c0de8e654c0404c547e6136251.zip
cpython-a38a2867d0d1c8c0de8e654c0404c547e6136251.tar.gz
cpython-a38a2867d0d1c8c0de8e654c0404c547e6136251.tar.bz2
Include () after function name.
One more logical mark.
-rw-r--r--Doc/lib/libimgfile.tex7
-rw-r--r--Doc/libimgfile.tex7
2 files changed, 6 insertions, 8 deletions
diff --git a/Doc/lib/libimgfile.tex b/Doc/lib/libimgfile.tex
index f876935..e74fe9e 100644
--- a/Doc/lib/libimgfile.tex
+++ b/Doc/lib/libimgfile.tex
@@ -42,9 +42,8 @@ after scaling. The filter forms supported are \code{'impulse'},
\code{'gaussian'}. If a filter is specified \var{blur} is an optional
parameter specifying the blurriness of the filter. It defaults to \code{1.0}.
-\code{readscaled} makes no
-attempt to keep the aspect ratio correct, so that is the users'
-responsibility.
+\function{readscaled()} makes no attempt to keep the aspect ratio
+correct, so that is the users' responsibility.
\end{funcdesc}
\begin{funcdesc}{ttob}{flag}
@@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image
file \var{file}. \var{x} and \var{y} give the size of the image,
\var{z} is 1 for 1 byte greyscale images or 3 for RGB images (which are
stored as 4 byte values of which only the lower three bytes are used).
-These are the formats returned by \code{gl.lrectread}.
+These are the formats returned by \function{gl.lrectread()}.
\end{funcdesc}
diff --git a/Doc/libimgfile.tex b/Doc/libimgfile.tex
index f876935..e74fe9e 100644
--- a/Doc/libimgfile.tex
+++ b/Doc/libimgfile.tex
@@ -42,9 +42,8 @@ after scaling. The filter forms supported are \code{'impulse'},
\code{'gaussian'}. If a filter is specified \var{blur} is an optional
parameter specifying the blurriness of the filter. It defaults to \code{1.0}.
-\code{readscaled} makes no
-attempt to keep the aspect ratio correct, so that is the users'
-responsibility.
+\function{readscaled()} makes no attempt to keep the aspect ratio
+correct, so that is the users' responsibility.
\end{funcdesc}
\begin{funcdesc}{ttob}{flag}
@@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image
file \var{file}. \var{x} and \var{y} give the size of the image,
\var{z} is 1 for 1 byte greyscale images or 3 for RGB images (which are
stored as 4 byte values of which only the lower three bytes are used).
-These are the formats returned by \code{gl.lrectread}.
+These are the formats returned by \function{gl.lrectread()}.
\end{funcdesc}