[Python-checkins] python/nondist/peps pep-0305.txt,1.16,1.17

goodger@users.sourceforge.net goodger@users.sourceforge.net
Fri, 21 Mar 2003 22:39:56 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv32122

Modified Files:
	pep-0305.txt 
Log Message:
one more fix

Index: pep-0305.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0305.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pep-0305.txt	22 Mar 2003 06:38:51 -0000	1.16
--- pep-0305.txt	22 Mar 2003 06:39:54 -0000	1.17
***************
*** 268,272 ****
  
  - ``quoting`` controls when quotes should be generated by the writer.
!   It can take on any of the following module constants::
  
    * csv.QUOTE_MINIMAL means only when required, for example, when a
--- 268,272 ----
  
  - ``quoting`` controls when quotes should be generated by the writer.
!   It can take on any of the following module constants:
  
    * csv.QUOTE_MINIMAL means only when required, for example, when a