[Python-checkins] python/dist/src/Doc/api exceptions.tex,1.17,1.18

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue May 11 23:20:41 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14339

Modified Files:
	exceptions.tex 
Log Message:
minor wording cleanup


Index: exceptions.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/exceptions.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** exceptions.tex	25 Mar 2004 14:25:28 -0000	1.17
--- exceptions.tex	12 May 2004 03:20:37 -0000	1.18
***************
*** 300,304 ****
  
  \begin{cfuncdesc}{void}{PyErr_SetInterrupt}{}
!   It simulates the effect of a
    \constant{SIGINT}\ttindex{SIGINT} signal arriving --- the next time
    \cfunction{PyErr_CheckSignals()} is called,
--- 300,304 ----
  
  \begin{cfuncdesc}{void}{PyErr_SetInterrupt}{}
!   This function simulates the effect of a
    \constant{SIGINT}\ttindex{SIGINT} signal arriving --- the next time
    \cfunction{PyErr_CheckSignals()} is called,




More information about the Python-checkins mailing list