[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.68,1.68.8.1

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:35:17 EDT 2003


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

Modified Files:
      Tag: release23-maint
	ref6.tex 
Log Message:
Backport checkin:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.68
retrieving revision 1.68.8.1
diff -C2 -d -r1.68 -r1.68.8.1
*** ref6.tex	15 Jul 2003 22:02:21 -0000	1.68
--- ref6.tex	20 Oct 2003 14:34:44 -0000	1.68.8.1
***************
*** 150,154 ****
  \item
  If the target list is a comma-separated list of targets: The object
! must be a sequence with the same number of items as the there are
  targets in the target list, and the items are assigned, from left to
  right, to the corresponding targets.  (This rule is relaxed as of
--- 150,154 ----
  \item
  If the target list is a comma-separated list of targets: The object
! must be a sequence with the same number of items as there are
  targets in the target list, and the items are assigned, from left to
  right, to the corresponding targets.  (This rule is relaxed as of





More information about the Python-checkins mailing list