Skip to content

Commit 64ee67e

Browse files
authored
Fix outdated make dev-fix rule in CodeStyle.md (#350)
1 parent 9c79cc6 commit 64ee67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/contribution/CodingStyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if logger_debug_enabled:
3838
# Imports
3939
Please make sure the imports are placed in a good order, or flake8-isort will notify you of the violations.
4040

41-
Run `make dev-fix` to automatically fix the sorting problem.
41+
Run `make fix` to automatically fix the sorting problem.
4242

4343
# Naming
4444
In PEP8 convention, we are required to use snake_case as the accepted style.

0 commit comments

Comments
 (0)