Skip to content

Commit 9349e6b

Browse files
authored
Update develop.md
修改“金庸”为“禁用”
1 parent 32305c4 commit 9349e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guidelines/tutorial/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ class StripTransformer(BaseTransformer):
641641
642642
```
643643

644-
上面两处调整,是使用了 pylint 的规则金庸功能,在这两个模块上,抑制 pylint 的 `too-few-public-methods` 规则。
644+
上面两处调整,是使用了 pylint 的规则禁用功能,在这两个模块上,抑制 pylint 的 `too-few-public-methods` 规则。
645645

646646
此时再次运行 `pylint` 检查代码:
647647

0 commit comments

Comments
 (0)