[Python-checkins] python/dist/src/Doc/ref ref2.tex,1.50,1.51
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Feb 8 15:18:29 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv718
Modified Files:
ref2.tex
Log Message:
Fix misspelled name.
Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ref2.tex 29 Nov 2003 23:52:12 -0000 1.50
--- ref2.tex 8 Feb 2004 20:18:26 -0000 1.51
***************
*** 91,95 ****
\end{verbatim}
! which is recognized by Bram Moolenar's VIM. In addition, if the first
bytes of the file are the UTF-8 byte-order mark
(\code{'\e xef\e xbb\e xbf'}), the declared file encoding is UTF-8
--- 91,95 ----
\end{verbatim}
! which is recognized by Bram Moolenaar's VIM. In addition, if the first
bytes of the file are the UTF-8 byte-order mark
(\code{'\e xef\e xbb\e xbf'}), the declared file encoding is UTF-8
More information about the Python-checkins
mailing list