Skip to content

Commit 413717c

Browse files
committed
Use double backticks to placate sphinx-lint.
1 parent 8297e1d commit 413717c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/howto/logging-cookbook.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -838,14 +838,14 @@ configured ports clash with something else in your test environment.
838838
The default configuration uses a TCP socket on port 9020. You can use a Unix
839839
Domain socket instead of a TCP socket by doing the following:
840840

841-
#. In `listener.json`, add a `socket` key with the path to the domain socket
842-
you want to use. If this key is present, the listener listens on the
843-
corresponding domain socket and not on a TCP socket (the `port` key is
841+
#. In :file:`listener.json`, add a ``socket`` key with the path to the domain
842+
socket you want to use. If this key is present, the listener listens on the
843+
corresponding domain socket and not on a TCP socket (the ``port`` key is
844844
ignored).
845845

846-
#. In `webapp.json`, change the socket handler configuration dictionary so that
847-
the `host` value is the path to the domain socket, and set the `port` value
848-
to `null`.
846+
#. In :file:`webapp.json`, change the socket handler configuration dictionary
847+
so that the ``host`` value is the path to the domain socket, and set the
848+
``port`` value to `null`.
849849

850850

851851
.. currentmodule:: logging

0 commit comments

Comments
 (0)