Skip to content

Commit

Permalink
docs: fix typo in docstring (canonical#5708)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon authored Sep 16, 2024
1 parent 1c61f3f commit 654cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def log_with_downgradable_level(
:param version: Version string of the version that this log was introduced
:param level: Preferred level at which this message should be logged
:param msg: Message, as passed to the logger.
:param args: Message formatting args, ass passed to the logger
:param args: Message formatting args, as passed to the logger
:return: True if the message should be logged, else False.
"""
Expand Down

0 comments on commit 654cb44

Please sign in to comment.