Просмотр исходного кода

Updated isort URL to new location.

Jon Dufresne 4 лет назад
Родитель
Сommit
28d998a41c
1 измененных файлов с 2 добавлено и 2 удалено
  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: