Skip to content

Commit

Permalink
Fix outdated make dev-fix rule in CodeStyle.md (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonglew authored Jul 28, 2024
1 parent 9c79cc6 commit 64ee67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/contribution/CodingStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 64ee67e

Please sign in to comment.