This is an automated email from the ASF dual-hosted git repository. jhtimmins pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 0d0f4e8e8cfb4d2cda949a4968e841f8cbd101c6 Author: sanjayp <[email protected]> AuthorDate: Thu Jul 8 19:45:20 2021 +0530 Fix minor typo in configuration.py (#16832) (cherry picked from commit 2b10680a2f5188400459089713876c1ce49f1caf) --- airflow/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/configuration.py b/airflow/configuration.py index 23cfb23..452f127 100644 --- a/airflow/configuration.py +++ b/airflow/configuration.py @@ -454,7 +454,7 @@ class AirflowConfigParser(ConfigParser): """ Reads options, imports the full qualified name, and returns the object. - In case of failure, it throws an exception a clear message with the key aad the section names + In case of failure, it throws an exception with the key and section names :return: The object or None, if the option is empty """
