[Python-checkins] CVS: python/dist/src/Doc/lib libstruct.tex,1.31,1.32

Tim Peters tim_one@users.sourceforge.net
Sat, 15 Sep 2001 11:16:30 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv2308/python/Doc/lib

Modified Files:
	libstruct.tex 
Log Message:
Fixed typo in new 'p' description.


Index: libstruct.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstruct.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** libstruct.tex	2001/09/15 18:09:22	1.31
--- libstruct.tex	2001/09/15 18:16:27	1.32
***************
*** 101,105 ****
  of the string follow.  If the string passed in to \function{pack()} is too
  long (longer than the count minus 1), only the leading count-1 bytes of the
! string are stored,  If the string is shorter than count-1, it is padded
  with null bytes so that exactly count bytes in all are used.  Note that
  for \function{unpack()}, the \character{p} format character consumes count
--- 101,105 ----
  of the string follow.  If the string passed in to \function{pack()} is too
  long (longer than the count minus 1), only the leading count-1 bytes of the
! string are stored.  If the string is shorter than count-1, it is padded
  with null bytes so that exactly count bytes in all are used.  Note that
  for \function{unpack()}, the \character{p} format character consumes count