[4.0.x] Corrected isort example in coding style docs.
Follow up toe74b3d724e
. Backport of8b020f2e64
from main
This commit is contained in:
parent
cf770b2b3d
commit
8e5405a47e
|
@ -159,7 +159,7 @@ Imports
|
|||
.. console::
|
||||
|
||||
$ python -m pip install "isort >= 5.1.0"
|
||||
$ isort -rc .
|
||||
$ isort .
|
||||
|
||||
This runs ``isort`` recursively from your current directory, modifying any
|
||||
files that don't conform to the guidelines. If you need to have imports out
|
||||
|
|
Loading…
Reference in New Issue