FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

extra comma (,) in the json snippet in Doc/howto/logging-cookbook.rst · Issue #101440 · python/cpython · GitHub

/ cpython Public

extra comma (,) in the json snippet in Doc/howto/logging-cookbook.rst #101440

Description

Documentation

There is an extra comma (,) in the json snippet in Doc/howto/logging-cookbook.rst as follows.

Suppose you configure logging with the following JSON:

.. code-block:: json
...
                 "class": "logging.StreamHandler",
                 "level": "INFO",
                 "formatter": "simple",
-                "stream": "ext://sys.stdout",
+                "stream": "ext://sys.stdout"
             },
             "stderr": {

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL