Skip to content

Commit

Permalink
Fix doc-string for ConfigChange init
Browse files Browse the repository at this point in the history
  • Loading branch information
sunank200 committed Dec 13, 2024
1 parent 2a9f820 commit 41b5498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/cli/commands/remote_commands/config_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(
self, section: str, option: str, suggestion: str = "", renamed_to: tuple[str, str] | None = None
) -> None:
"""
Initialize a RemovedConfig instance.
Initialize a ConfigChange instance.
:param section: The section of the configuration.
:param option: The option within the section that is removed or deprecated.
Expand Down

0 comments on commit 41b5498

Please sign in to comment.