diff options
author | Georg Brandl <georg@python.org> | 2006-03-17 16:26:31 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-17 16:26:31 +0000 |
commit | db815abc70a20f81c9de1c99b9089944c802c715 (patch) | |
tree | 4fe27086334262c4177877d4401c40d16975a2e6 /Doc/lib/libsubprocess.tex | |
parent | da37604ee32cdefbb0184b7f34c97cf1aa1ec3cf (diff) | |
download | cpython-git-db815abc70a20f81c9de1c99b9089944c802c715.tar.gz |
More \exception fixes.
Diffstat (limited to 'Doc/lib/libsubprocess.tex')
-rw-r--r-- | Doc/lib/libsubprocess.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex index f48b29b758..4417797dd5 100644 --- a/Doc/lib/libsubprocess.tex +++ b/Doc/lib/libsubprocess.tex @@ -135,8 +135,8 @@ The arguments are the same as for the Popen constructor. Example: \begin{funcdesc}{check_call}{*popenargs, **kwargs} Run command with arguments. Wait for command to complete. If the exit -code was zero then return, otherwise raise CalledProcessError. The -CalledProcessError object will have the return code in the +code was zero then return, otherwise raise \exception{CalledProcessError.} +The \exception{CalledProcessError} object will have the return code in the \member{errno} attribute. The arguments are the same as for the Popen constructor. Example: |