Browse Source

update security/coding_guild_python_zh_cn.md.

修改规则1.1.1中错误的描述
pull/274/head
zhaoyu Gitee 2 years ago
parent
commit
cc7c8f2c8b
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      security/coding_guild_python_zh_cn.md

+ 1
- 1
security/coding_guild_python_zh_cn.md View File

@@ -30,7 +30,7 @@ MindSpore开源社区

#### 1.1 命名

<font size=3>**规则 1.1.1 包名,模块名:小写,不使用下划线。**</font>
<font size=3>**规则 1.1.1 包(Package)、模块(Module)名使用意义完整的英文描述,采用小写加下划线(lower_with_under)的风格命名。**</font>

<font size=3>**规则 1.1.2 类名:使用驼峰格式,首字母大写,私有类下划线前缀。**</font>



Loading…
Cancel
Save