Skip to content

Commit

Permalink
From wangpeiran 22 #735
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolai committed Apr 30, 2019
1 parent 12f4e6d commit 205674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/Part.3.B.4.regex.md
Expand Up @@ -431,7 +431,7 @@ re.findall(pttn, str)

在集合原子中(即,`[]` 内的原子)各个原子之间的关系,只有 “或” —— 相当于方括号中的每个原子之间都有一个被省略的 `|`

**注意**中括号的 `|` 不被当作特殊符号,而是被当作 `|` 这个符号本身。在中括号中的圆括号,也被当作圆括号 `()` 本身,而无分组含义。
**注意**方括号的 `|` 不被当作特殊符号,而是被当作 `|` 这个符号本身。在方括号中的圆括号,也被当作圆括号 `()` 本身,而无分组含义。

```python
from IPython.core.interactiveshell import InteractiveShell
Expand Down

0 comments on commit 205674a

Please sign in to comment.