This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 70e77eff49e [typo] Update configuration.py (#45111)
70e77eff49e is described below
commit 70e77eff49eeb3f1a94e09df15e5e00b72ffd840
Author: Wang Ran (汪然) <[email protected]>
AuthorDate: Sat Dec 21 16:31:58 2024 +0800
[typo] Update configuration.py (#45111)
* [typo] Update configuration.py
* Apply suggestions from code review
Co-authored-by: Kaxil Naik <[email protected]>
---------
Co-authored-by: Kaxil Naik <[email protected]>
---
airflow/configuration.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/configuration.py b/airflow/configuration.py
index 331787e7a68..f5b2f8f7d53 100644
--- a/airflow/configuration.py
+++ b/airflow/configuration.py
@@ -187,7 +187,7 @@ class AirflowConfigParser(ConfigParser):
This is a subclass of ConfigParser that supports defaults and deprecated
options.
- The defaults are stored in the ``_default_values ConfigParser. The
configuration description keeps
+ The defaults are stored in the ``_default_values``. The configuration
description keeps
description of all the options available in Airflow (description follow
config.yaml.schema).
:param default_config: default configuration (in the form of ini file).