diff options
author | Georg Brandl <georg@python.org> | 2012-05-01 07:29:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-05-01 07:29:56 (GMT) |
commit | ebb29640fa73bf9de031650be013df3a375f62a4 (patch) | |
tree | 5d52999c9434000c129d616ebbb678c11e1c6d5b /Doc/howto/logging-cookbook.rst | |
parent | 0aca6a8235b3773fdd054fd508db2851c8d0cfca (diff) | |
download | cpython-ebb29640fa73bf9de031650be013df3a375f62a4.zip cpython-ebb29640fa73bf9de031650be013df3a375f62a4.tar.gz cpython-ebb29640fa73bf9de031650be013df3a375f62a4.tar.bz2 |
Suspicious markup check.
Diffstat (limited to 'Doc/howto/logging-cookbook.rst')
-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 621fdcb..bb9c166 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 ``'\feff'``, 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 |