mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
[4.0.x] Corrected "pip install" call in coding style docs.
Backport of dd528cb2ce from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
4e3d14456b
commit
cf770b2b3d
@@ -158,7 +158,7 @@ Imports
|
||||
|
||||
.. console::
|
||||
|
||||
$ python -m pip install isort >= 5.1.0
|
||||
$ python -m pip install "isort >= 5.1.0"
|
||||
$ isort -rc .
|
||||
|
||||
This runs ``isort`` recursively from your current directory, modifying any
|
||||
|
||||
Reference in New Issue
Block a user