Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c884350

Browse files
committed
Fix markup error and update suspicious file.
1 parent 3de338f commit c884350

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Doc/library/email.message.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ Here are the methods of the :class:`Message` class:
274274
it can be specified as a three tuple in the format
275275
``(CHARSET, LANGUAGE, VALUE)``, where ``CHARSET`` is a string naming the
276276
charset to be used to encode the value, ``LANGUAGE`` can usually be set
277-
to ``None`` or the empty string (see :RFC:`2231` for other possibilities),
277+
to ``None`` or the empty string (see :rfc:`2231` for other possibilities),
278278
and ``VALUE`` is the string value containing non-ASCII code points. If
279279
a three tuple is not passed and the value contains non-ASCII characters,
280-
it is automatically encoded in :RFC`2231` format using a ``CHARSET``
280+
it is automatically encoded in :rfc:`2231` format using a ``CHARSET``
281281
of ``utf-8`` and a ``LANGUAGE`` of ``None``.
282282

283283
Here's an example::

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,15 @@ library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Fra
331331
library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
332332
library/pdb,,:lineno,[filename:lineno | bpnumber [bpnumber ...]]
333333
library/pdb,,:lineno,filename:lineno
334+
library/logging,,:Watch,WARNING:root:Watch out!
335+
library/logging,,:So,INFO:root:So should this
336+
library/logging,,:Started,INFO:root:Started
337+
library/logging,,:Doing,INFO:root:Doing something
338+
library/logging,,:Finished,INFO:root:Finished
339+
library/logging,,:Look,WARNING:root:Look before you leap!
340+
library/logging,,:So,INFO:So should this
341+
library/logging,,:logger,severity:logger name:message
342+
library/logging,,:message,severity:logger name:message
343+
whatsnew/3.2,,:directory,... ${buildout:directory}/downloads/dist
344+
whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
345+
whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf

0 commit comments

Comments
 (0)