]> granicus.if.org Git - python/commitdiff
Capitalize "Python" for consistency.
authorFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 07:06:01 +0000 (07:06 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 07:06:01 +0000 (07:06 +0000)
Doc/lib/libsunaudio.tex
Doc/libsunaudio.tex

index 09b87bf3d152cfeaa685c7c8073be5a277ddaa69..bafd7c5311b5eb6a2859950a3d48bffe7b5162a0 100644 (file)
@@ -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}
index 09b87bf3d152cfeaa685c7c8073be5a277ddaa69..bafd7c5311b5eb6a2859950a3d48bffe7b5162a0 100644 (file)
@@ -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}