1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Corrected isort example in coding style docs.

Follow up to e74b3d724e.
This commit is contained in:
Mariusz Felisiak
2021-11-22 12:34:32 +01:00
committed by GitHub
parent e6e664a711
commit 8b020f2e64

View File

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