@@ -716,7 +716,7 @@ root logger section is given below.
716716
717717 The ``level `` entry can be one of ``DEBUG, INFO, WARNING, ERROR, CRITICAL `` or
718718``NOTSET ``. For the root logger only, ``NOTSET `` means that all messages will be
719- logged. Level values are :func: ` eval ` \ uated in the context of the ``logging ``
719+ logged. Level values are :ref: ` evaluated < func- eval>` in the context of the ``logging ``
720720package's namespace.
721721
722722The ``handlers `` entry is a comma-separated list of handler names, which must
@@ -763,13 +763,13 @@ handler. If blank, a default formatter (``logging._defaultFormatter``) is used.
763763If a name is specified, it must appear in the ``[formatters] `` section and have
764764a corresponding section in the configuration file.
765765
766- The ``args `` entry, when :func: ` eval ` \ uated in the context of the ``logging ``
766+ The ``args `` entry, when :ref: ` evaluated < func- eval>` in the context of the ``logging ``
767767package's namespace, is the list of arguments to the constructor for the handler
768768class. Refer to the constructors for the relevant handlers, or to the examples
769769below, to see how typical entries are constructed. If not provided, it defaults
770770to ``() ``.
771771
772- The optional ``kwargs `` entry, when :func: ` eval ` \ uated in the context of the
772+ The optional ``kwargs `` entry, when :ref: ` evaluated < func- eval>` in the context of the
773773``logging `` package's namespace, is the keyword argument dict to the constructor
774774for the handler class. If not provided, it defaults to ``{} ``.
775775
0 commit comments