You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/glossary.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4720,8 +4720,7 @@ or-pattern
4720
4720
^^^^^^^^^^
4721
4721
4722
4722
:dp:`fls_LnPDQW3bnNUw`
4723
-
An :dt:`or pattern` is a :t:`pattern` that matches on one of two or more
4724
-
:t:`[pattern-without-alternation]s`.
4723
+
An :dt:`or pattern` is a :t:`pattern` that matches on one of two or more :t:`[pattern-without-alternation]s` and or-s two or more :t:`[subpattern]s` using character 0x7C (vertical line).
Copy file name to clipboardExpand all lines: src/patterns.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ A :t:`pattern` is a :t:`construct` that matches a :t:`value` which satisfies all
42
42
the criteria of the :t:`pattern`.
43
43
44
44
:dp:`fls_VQMmveZUfNTn`
45
-
An :t:`or-pattern` is a :t:`pattern` which or-s two or more :t:`[subpattern]s` using
46
-
character 0x7C (vertical line).
45
+
An :t:`or pattern` is a :t:`pattern` that matches on one of two or more :t:`[pattern-without-alternation]s` and or-s two or more :t:`[subpattern]s` using character 0x7C (vertical line).
47
46
48
47
:dp:`fls_mp6i4blzexnu`
49
48
A :t:`pattern-without-alternation` is a :t:`pattern` that cannot be alternated.
0 commit comments