mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
More \exception fixes.
This commit is contained in:
parent
da37604ee3
commit
db815abc70
18 changed files with 71 additions and 67 deletions
|
@ -311,7 +311,7 @@ The mixer object provides two file-like methods:
|
|||
|
||||
\begin{methoddesc}[mixer device]{close}{}
|
||||
This method closes the open mixer device file. Any further attempts to
|
||||
use the mixer after this file is closed will raise an IOError.
|
||||
use the mixer after this file is closed will raise an \exception{IOError}.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}[mixer device]{fileno}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue