فهرست منبع

Updated isort URL to new location.

Jon Dufresne 4 سال پیش
والد
کامیت
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: