[Python-checkins] python/dist/src/Lib warnings.py,1.12,1.13

tim_one@sourceforge.net tim_one@sourceforge.net
Mon, 15 Apr 2002 18:51:27 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv32571/python/Lib

Modified Files:
	warnings.py 
Log Message:
resetwarnings():  Remove extra space from docstring guts.


Index: warnings.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/warnings.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** warnings.py	16 Apr 2002 01:38:39 -0000	1.12
--- warnings.py	16 Apr 2002 01:51:25 -0000	1.13
***************
*** 140,144 ****
  
  def resetwarnings():
!     """Clear the list of warning filters, so that  no filters are active."""
      filters[:] = []
  
--- 140,144 ----
  
  def resetwarnings():
!     """Clear the list of warning filters, so that no filters are active."""
      filters[:] = []