summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-03 07:06:01 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-03 07:06:01 (GMT)
commit2123774287d2b24369cb0bf36e9f82fac9e99003 (patch)
tree4805661d753c19a2e3828cde47509aa8b5875d64 /Doc
parente6cedb362c4c0c029c9ada9b05f649f8dcc48fad (diff)
downloadcpython-2123774287d2b24369cb0bf36e9f82fac9e99003.zip
cpython-2123774287d2b24369cb0bf36e9f82fac9e99003.tar.gz
cpython-2123774287d2b24369cb0bf36e9f82fac9e99003.tar.bz2
Capitalize "Python" for consistency.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsunaudio.tex4
-rw-r--r--Doc/libsunaudio.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libsunaudio.tex b/Doc/lib/libsunaudio.tex
index 09b87bf..bafd7c5 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 09b87bf..bafd7c5 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}