[Python-checkins] python/dist/src/Doc/mac libmacos.tex, 1.20, 1.20.12.1

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Dec 15 10:40:30 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory sc8-pr-cvs1:/tmp/cvs-serv18731

Modified Files:
      Tag: release23-maint
	libmacos.tex 
Log Message:
fix typo: added missing letter
(backported from trunk revision 1.21)


Index: libmacos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacos.tex,v
retrieving revision 1.20
retrieving revision 1.20.12.1
diff -C2 -d -r1.20 -r1.20.12.1
*** libmacos.tex	24 Feb 2003 11:02:36 -0000	1.20
--- libmacos.tex	15 Dec 2003 15:40:28 -0000	1.20.12.1
***************
*** 149,153 ****
  
  \begin{funcdesc}{WMAvailable}{}
! Checks wether the current process has access to the window manager.
  The method will return \code{False} if the window manager is not available,
  for instance when running on Mac OS X Server or when logged in via ssh,
--- 149,153 ----
  
  \begin{funcdesc}{WMAvailable}{}
! Checks whether the current process has access to the window manager.
  The method will return \code{False} if the window manager is not available,
  for instance when running on Mac OS X Server or when logged in via ssh,





More information about the Python-checkins mailing list