From cc7c8f2c8b0876f320f499642fd68e0abf2b657c Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Mon, 18 Jul 2022 12:45:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20security/coding=5Fguild=5Fpython=5Fzh?= =?UTF-8?q?=5Fcn.md.=20=E4=BF=AE=E6=94=B9=E8=A7=84=E5=88=991.1.1=E4=B8=AD?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/coding_guild_python_zh_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/coding_guild_python_zh_cn.md b/security/coding_guild_python_zh_cn.md index ab61c6a..367f681 100644 --- a/security/coding_guild_python_zh_cn.md +++ b/security/coding_guild_python_zh_cn.md @@ -30,7 +30,7 @@ MindSpore开源社区 #### 1.1 命名 -**规则 1.1.1 包名,模块名:小写,不使用下划线。** +**规则 1.1.1 包(Package)、模块(Module)名使用意义完整的英文描述,采用小写加下划线(lower_with_under)的风格命名。** **规则 1.1.2 类名:使用驼峰格式,首字母大写,私有类下划线前缀。**