[3.2.x] Corrected "pip install" call in coding style docs.

Backport of dd528cb2ce from main
This commit is contained in:
Paolo Melchiorre 2021-11-22 09:56:56 +01:00 committed by Mariusz Felisiak
parent 76a0a8a917
commit 31539a63f2

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