[Python-checkins] python/nondist/peps pep-0008.txt,1.10,1.11

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Fri, 24 May 2002 12:42:32 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv4109

Modified Files:
	pep-0008.txt 
Log Message:
Typo fix

Index: pep-0008.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0008.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pep-0008.txt	24 May 2002 19:39:47 -0000	1.10
--- pep-0008.txt	24 May 2002 19:42:30 -0000	1.11
***************
*** 293,297 ****
        does.  This comment should appear after the "def" line.
  
!     - PEP 257 describes good docstrings conventions.  Note that most
        importantly, the """ that ends a multiline docstring should be
        on a line by itself, e.g.:
--- 293,297 ----
        does.  This comment should appear after the "def" line.
  
!     - PEP 257 describes good docstring conventions.  Note that most
        importantly, the """ that ends a multiline docstring should be
        on a line by itself, e.g.: