This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 1a14982 Fix typo in STATIC_CODE_CHECKS.rst (#11094)
1a14982 is described below
commit 1a149827a23bec598c64f21dd6a4ef7b7e1ee5d3
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Sep 22 21:36:38 2020 +0100
Fix typo in STATIC_CODE_CHECKS.rst (#11094)
`realtive` -> `relative`
---
STATIC_CODE_CHECKS.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/STATIC_CODE_CHECKS.rst b/STATIC_CODE_CHECKS.rst
index a15e926..934711c 100644
--- a/STATIC_CODE_CHECKS.rst
+++ b/STATIC_CODE_CHECKS.rst
@@ -86,7 +86,7 @@ require Breeze Docker images to be installed locally:
-----------------------------------
---------------------------------------------------------------- ------------
``dont-use-safe-filter`` Don't use safe in templates.
-----------------------------------
---------------------------------------------------------------- ------------
-``no-relative-imports`` Use absolute imports, not realtive
+``no-relative-imports`` Use absolute imports, not relative
-----------------------------------
---------------------------------------------------------------- ------------
``end-of-file-fixer`` Makes sure that there is an empty line
at the end.
-----------------------------------
---------------------------------------------------------------- ------------