Skip to content

Commit b455adf

Browse files
committed
Fix comment
1 parent 333a1b6 commit b455adf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/griffelib/src/griffe/_internal

packages/griffelib/src/griffe/_internal/logger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# For example, mkdocstrings-python patches the logger to relocate it as a child
55
# of `mkdocs.plugins` so that it fits in the MkDocs logging configuration.
66
#
7-
# We use a single, global logger because our public API is exposed in a single module.
8-
# The logger name is "griffe" for backward compatibility.
7+
# We use a single, global logger because our public API is exposed in a single module, `griffe`.
98
# Extensions however should use their own logger, which is why we provide the `get_logger` function.
109

1110
from __future__ import annotations

0 commit comments

Comments
 (0)