From: Raymond Hettinger Date: Sun, 8 Feb 2004 20:19:42 +0000 (+0000) Subject: Fix misspelled name. X-Git-Tag: v2.3.4c1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a547d9e8d8a321e67139205ebf2f57623ccdf67;p=thirdparty%2FPython%2Fcpython.git Fix misspelled name. --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 76c5cc5a179d..35b0047b645b 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -90,7 +90,7 @@ which is recognized also by GNU Emacs, and # vim:fileencoding= \end{verbatim} -which is recognized by Bram Moolenar's VIM. In addition, if the first +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 (this is supported, among others, by Microsoft's \program{notepad}).