1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Corrected "pip install" call in coding style docs.

This commit is contained in:
Paolo Melchiorre 2021-11-22 09:56:56 +01:00 committed by GitHub
parent a0ed3cfad1
commit dd528cb2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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