summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging-cookbook.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-28 03:12:31 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-28 03:12:31 (GMT)
commitf92b063c4eacc3ad5a1602fca50f8d744b5e6b6b (patch)
tree12996f947a8468659db1956e4da72527347e654c /Doc/howto/logging-cookbook.rst
parentd0924b3d380f93fbac6572939c65aae289c2b9a2 (diff)
parente5caf2974323cab3771072ad03b55e454f60a869 (diff)
downloadcpython-f92b063c4eacc3ad5a1602fca50f8d744b5e6b6b.zip
cpython-f92b063c4eacc3ad5a1602fca50f8d744b5e6b6b.tar.gz
cpython-f92b063c4eacc3ad5a1602fca50f8d744b5e6b6b.tar.bz2
Update suspicious ignore file.
Diffstat (limited to 'Doc/howto/logging-cookbook.rst')
-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 e8d2cdf..e113564 100644
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -1597,7 +1597,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