Repository: incubator-airflow
Updated Branches:
  refs/heads/master e6973b159 -> 4c7ae420a


[AIRFLOW-2090] Fix typo in DataStore Hook

Spelling mistake in the word `simultaneously` in
DataStore docs

Closes #3024 from kaxil/patch-1


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4c7ae420
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/4c7ae420
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/4c7ae420

Branch: refs/heads/master
Commit: 4c7ae420a7ff48819d90a278a144d4d91820bc37
Parents: e6973b1
Author: Kaxil Naik <kaxiln...@gmail.com>
Authored: Fri Feb 9 12:26:02 2018 +0100
Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Committed: Fri Feb 9 12:26:02 2018 +0100

----------------------------------------------------------------------
 airflow/contrib/hooks/datastore_hook.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/4c7ae420/airflow/contrib/hooks/datastore_hook.py
----------------------------------------------------------------------
diff --git a/airflow/contrib/hooks/datastore_hook.py 
b/airflow/contrib/hooks/datastore_hook.py
index ba690e0..a71333e 100644
--- a/airflow/contrib/hooks/datastore_hook.py
+++ b/airflow/contrib/hooks/datastore_hook.py
@@ -25,7 +25,7 @@ class DatastoreHook(GoogleCloudBaseHook):
     connection.
 
     This object is not threads safe. If you want to make multiple requests
-    simultaniously, you will need to create a hook per thread.
+    simultaneously, you will need to create a hook per thread.
     """
 
     def __init__(self,

Reply via email to