You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jh...@apache.org on 2021/08/09 22:52:26 UTC

[airflow] 28/39: Fix minor typo in configuration.py (#16832)

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 77ce4a2a6f49bac433c71c92e7a5caa64aaea6dc
Author: sanjayp <sa...@gmail.com>
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
         """