Skip to content

Commit 2e6b09b

Browse files
committed
Fix typos
1 parent 72378d6 commit 2e6b09b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

pyarmor/docs/en/user/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Set option value. For example::
8989
* - recursive
9090
- Enum
9191
- How to search items in project src
92+
9293
- 0: no search
9394
- 1: only search modules
9495
- 2: search modules and packages
@@ -193,9 +194,9 @@ Set option value. For example::
193194
!modname::scope:a.b.c
194195
modname::scope:a.b.c *.?.?
195196

196-
The first line will rename all attributes `b.c`, on the contrary the second form won't
197+
The first line will rename all attributes `b.c`, on the contrary the second form won't
197198

198-
The third form only renames attribute by action `?`
199+
The third form only renames attribute by action `?`
199200
* - call_rules
200201
- List
201202
-
@@ -206,7 +207,6 @@ Set option value. For example::
206207
modname::foo
207208
modname:::foo*
208209
modname::Cls.meth:foo
209-
210210
* - extra_builtins
211211
- List
212212
-

pyarmor/docs/zh/user/configuration.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
.. highlight:: console
1111

12-
配置选项存放在文件 `.pyarmor/config` 中
13-
1412
布尔类型的值为 0, 1
1513

14+
配置选项存放在文件 `.pyarmor/config` 中
15+
1616
工程域
1717
======
1818

@@ -91,6 +91,7 @@
9191
* - recursive
9292
- 布尔
9393
- 搜索工程路径下的模块和包的模式
94+
9495
- 0 不搜索
9596
- 1 只搜索工程目录下的模块
9697
- 2 只搜索工程目录下的模块和包
@@ -203,9 +204,9 @@ rft
203204
!modname::scope:a.b.c
204205
modname::scope:a.b.c *.?.?
205206

206-
第一种格式所有的属性都重命名,第二种格式正好相反,所有的属性都不重命名
207+
第一种格式所有的属性都重命名,第二种格式正好相反,所有的属性都不重命名
207208

208-
第三种格式是指定需要重命名的属性, `?` 对应的属性重命名
209+
第三种格式是指定需要重命名的属性, `?` 对应的属性重命名
209210
* - call_rules
210211
- 模式列表
211212
-

0 commit comments

Comments
 (0)