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

Skip to content

Commit 23e924f

Browse files
committed
Fix "make suspicious" errors and update ignore file.
1 parent 375aec2 commit 23e924f

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

Doc/documenting/markup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Example::
611611
The ``:ref:`` invocation is replaced with the section title.
612612

613613
Alternatively, you can reference any label (not just section titles)
614-
if you provide the link text ``:ref:`link text`<reference-label>```.
614+
if you provide the link text ``:ref:`link text <reference-label>```.
615615

616616
Paragraph-level markup
617617
----------------------

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,25 @@ library/logging,,:message,severity:logger name:message
343343
whatsnew/3.2,,:directory,... ${buildout:directory}/downloads/dist
344344
whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
345345
whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf
346+
howto/logging,,:root,WARNING:root:Watch out!
347+
howto/logging,,:Watch,WARNING:root:Watch out!
348+
howto/logging,,:root,DEBUG:root:This message should go to the log file
349+
howto/logging,,:This,DEBUG:root:This message should go to the log file
350+
howto/logging,,:root,INFO:root:So should this
351+
howto/logging,,:So,INFO:root:So should this
352+
howto/logging,,:root,"WARNING:root:And this, too"
353+
howto/logging,,:And,"WARNING:root:And this, too"
354+
howto/logging,,:root,INFO:root:Started
355+
howto/logging,,:Started,INFO:root:Started
356+
howto/logging,,:root,INFO:root:Doing something
357+
howto/logging,,:Doing,INFO:root:Doing something
358+
howto/logging,,:root,INFO:root:Finished
359+
howto/logging,,:Finished,INFO:root:Finished
360+
howto/logging,,:root,WARNING:root:Look before you leap!
361+
howto/logging,,:Look,WARNING:root:Look before you leap!
362+
howto/logging,,:This,DEBUG:This message should appear on the console
363+
howto/logging,,:So,INFO:So should this
364+
howto/logging,,:And,"WARNING:And this, too"
365+
howto/logging,,:logger,severity:logger name:message
366+
howto/logging,,:message,severity:logger name:message
367+
library/logging.handlers,,:port,host:port

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ popen
10351035
-----
10361036

10371037
The :func:`os.popen` and :func:`subprocess.Popen` functions now support
1038-
the :keyword:`with`-statement` for auto-closing of the file descriptors.
1038+
the :keyword:`with` statement for auto-closing of the file descriptors.
10391039

10401040
gzip and zipfile
10411041
----------------

0 commit comments

Comments
 (0)