diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-28 02:54:58 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-28 02:54:58 (GMT) |
commit | e5caf2974323cab3771072ad03b55e454f60a869 (patch) | |
tree | 429669ddae257c32cacffe0c4145474de2b74494 /Doc/howto | |
parent | 184e59357e1444d32938d6f2b829b618f1eb8790 (diff) | |
parent | fd4365a4d84d064046669267123d4858926f88fa (diff) | |
download | cpython-e5caf2974323cab3771072ad03b55e454f60a869.zip cpython-e5caf2974323cab3771072ad03b55e454f60a869.tar.gz cpython-e5caf2974323cab3771072ad03b55e454f60a869.tar.bz2 |
Update suspicious ignore file.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging-cookbook.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index b057f19..8d58c84 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -1599,7 +1599,7 @@ UTF-8, then you need to do the following: 'ASCII section\ufeffUnicode section' - The Unicode code point ``'\feff'``, when encoded using UTF-8, will be + The Unicode code point ``'\ufeff'``, when encoded using UTF-8, will be encoded as a UTF-8 BOM -- the byte-string ``b'\xef\xbb\xbf'``. #. Replace the ASCII section with whatever placeholders you like, but make sure |