summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-28 02:31:53 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-28 02:31:53 (GMT)
commitfd4365a4d84d064046669267123d4858926f88fa (patch)
treefb596a6c34642644112b096f0d31227f96f51210 /Doc/howto
parent265281ac02d4ab82a8acdd38a1c38c4ecd9ce60d (diff)
downloadcpython-fd4365a4d84d064046669267123d4858926f88fa.zip
cpython-fd4365a4d84d064046669267123d4858926f88fa.tar.gz
cpython-fd4365a4d84d064046669267123d4858926f88fa.tar.bz2
Update suspicious ignore file.
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/logging-cookbook.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
index c361938..970ebec 100644
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -1572,7 +1572,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