Browse Source

Updated isort URL to new location.

Jon Dufresne 4 năm trước cách đây
mục cha
commit
28d998a41c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: