From: Fred Drake Date: Fri, 3 Apr 1998 07:06:01 +0000 (+0000) Subject: Capitalize "Python" for consistency. X-Git-Tag: v1.5.1~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2123774287d2b24369cb0bf36e9f82fac9e99003;p=thirdparty%2FPython%2Fcpython.git Capitalize "Python" for consistency. --- diff --git a/Doc/lib/libsunaudio.tex b/Doc/lib/libsunaudio.tex index 09b87bf3d152..bafd7c5311b5 100644 --- a/Doc/lib/libsunaudio.tex +++ b/Doc/lib/libsunaudio.tex @@ -81,7 +81,7 @@ output queue length seems to be variable. \begin{funcdesc}{read}{size} This method reads \var{size} samples from the audio input and returns -them as a python string. The function blocks until enough data is available. +them as a Python string. The function blocks until enough data is available. \end{funcdesc} \begin{funcdesc}{setinfo}{status} @@ -91,7 +91,7 @@ possibly modified by the program. \end{funcdesc} \begin{funcdesc}{write}{samples} -Write is passed a python string containing audio samples to be played. +Write is passed a Python string containing audio samples to be played. If there is enough buffer space free it will immediately return, otherwise it will block. \end{funcdesc} diff --git a/Doc/libsunaudio.tex b/Doc/libsunaudio.tex index 09b87bf3d152..bafd7c5311b5 100644 --- a/Doc/libsunaudio.tex +++ b/Doc/libsunaudio.tex @@ -81,7 +81,7 @@ output queue length seems to be variable. \begin{funcdesc}{read}{size} This method reads \var{size} samples from the audio input and returns -them as a python string. The function blocks until enough data is available. +them as a Python string. The function blocks until enough data is available. \end{funcdesc} \begin{funcdesc}{setinfo}{status} @@ -91,7 +91,7 @@ possibly modified by the program. \end{funcdesc} \begin{funcdesc}{write}{samples} -Write is passed a python string containing audio samples to be played. +Write is passed a Python string containing audio samples to be played. If there is enough buffer space free it will immediately return, otherwise it will block. \end{funcdesc}