This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push:
new 64ee67e Fix outdated make dev-fix rule in CodeStyle.md (#350)
64ee67e is described below
commit 64ee67ed148e3d559b5363038b807d0cb392b651
Author: Tsonglew <[email protected]>
AuthorDate: Sun Jul 28 09:44:39 2024 +0800
Fix outdated make dev-fix rule in CodeStyle.md (#350)
---
docs/en/contribution/CodingStyle.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/contribution/CodingStyle.md
b/docs/en/contribution/CodingStyle.md
index 37e488f..1acf548 100644
--- a/docs/en/contribution/CodingStyle.md
+++ b/docs/en/contribution/CodingStyle.md
@@ -38,7 +38,7 @@ if logger_debug_enabled:
# Imports
Please make sure the imports are placed in a good order, or flake8-isort will
notify you of the violations.
-Run `make dev-fix` to automatically fix the sorting problem.
+Run `make fix` to automatically fix the sorting problem.
# Naming
In PEP8 convention, we are required to use snake_case as the accepted style.