Kaydet (Commit) 21237742 authored tarafından Fred Drake's avatar Fred Drake

Capitalize "Python" for consistency.

üst e6cedb36
...@@ -81,7 +81,7 @@ output queue length seems to be variable. ...@@ -81,7 +81,7 @@ output queue length seems to be variable.
\begin{funcdesc}{read}{size} \begin{funcdesc}{read}{size}
This method reads \var{size} samples from the audio input and returns 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} \end{funcdesc}
\begin{funcdesc}{setinfo}{status} \begin{funcdesc}{setinfo}{status}
...@@ -91,7 +91,7 @@ possibly modified by the program. ...@@ -91,7 +91,7 @@ possibly modified by the program.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{write}{samples} \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, If there is enough buffer space free it will immediately return,
otherwise it will block. otherwise it will block.
\end{funcdesc} \end{funcdesc}
......
...@@ -81,7 +81,7 @@ output queue length seems to be variable. ...@@ -81,7 +81,7 @@ output queue length seems to be variable.
\begin{funcdesc}{read}{size} \begin{funcdesc}{read}{size}
This method reads \var{size} samples from the audio input and returns 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} \end{funcdesc}
\begin{funcdesc}{setinfo}{status} \begin{funcdesc}{setinfo}{status}
...@@ -91,7 +91,7 @@ possibly modified by the program. ...@@ -91,7 +91,7 @@ possibly modified by the program.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{write}{samples} \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, If there is enough buffer space free it will immediately return,
otherwise it will block. otherwise it will block.
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment