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

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Dec 14 10:01:37 EST 2003


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

Modified Files:
	libmacos.tex 
Log Message:
SF #859810, typo in doc

Index: libmacos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacos.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** libmacos.tex	24 Feb 2003 11:02:36 -0000	1.20
--- libmacos.tex	14 Dec 2003 15:01:35 -0000	1.21
***************
*** 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