Explorar el Código

Updated isort URL to new location.

Jon Dufresne hace 4 años
padre
commit
28d998a41c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/internals/contributing/writing-code/coding-style.txt

+ 2 - 2
docs/internals/contributing/writing-code/coding-style.txt

@@ -125,8 +125,8 @@ Python style
 Imports
 =======
 
-* Use `isort <https://github.com/timothycrosley/isort#readme>`_ to automate
-  import sorting using the guidelines below.
+* Use `isort <https://github.com/PyCQA/isort#readme>`_ to automate import
+  sorting using the guidelines below.
 
   Quick start: