[Python-checkins] CVS: python/dist/src/Lib threading.py,1.6,1.7

Andrew M. Kuchling akuchlin@CNRI.Reston.VA.US
Mon, 28 Feb 2000 19:10:27 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory amarok:/home/akuchlin/src/Python-1.5/Lib

Modified Files:
	threading.py 
Log Message:
Fix a typo in a comment


Index: threading.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/threading.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** threading.py	2000/02/04 15:28:41	1.6
--- threading.py	2000/02/29 00:10:24	1.7
***************
*** 238,242 ****
  class _Semaphore(_Verbose):
  
!     # After Tim Peters' semaphore class, but bnot quite the same (no maximum)
  
      def __init__(self, value=1, verbose=None):
--- 238,242 ----
  class _Semaphore(_Verbose):
  
!     # After Tim Peters' semaphore class, but not quite the same (no maximum)
  
      def __init__(self, value=1, verbose=None):