From: Raymond Hettinger Date: Sun, 8 Feb 2004 20:18:26 +0000 (+0000) Subject: Fix misspelled name. X-Git-Tag: v2.4a1~845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd977964a037aef66ec9606fa9bfd1d5434b9ac;p=thirdparty%2FPython%2Fcpython.git Fix misspelled name. --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 33bf0532b71c..c434468b4bb1 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}).