Skip to content

Commit

Permalink
doc: fix default verbosity level in UI.echo docstring (#2460)
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
deronnax authored Dec 2, 2023
1 parent ba703d1 commit d3c3e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdm/termui.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def echo(
:param message: message with rich markup, defaults to "".
:param err: if true print to stderr, defaults to False.
:param verbosity: verbosity level, defaults to NORMAL.
:param verbosity: verbosity level, defaults to QUIET.
"""
if self.verbosity >= verbosity:
console = _err_console if err else _console
Expand Down

0 comments on commit d3c3e4d

Please sign in to comment.