Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit 131df10

Browse files
Apply suggestions from code review
Co-authored-by: Guido van Rossum <guido@python.org>
1 parent 86f45e3 commit 131df10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

except_star.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ the entire exception tree is copied. There is no need to copy the leaf
150150
exceptions and the metadata elements (cause, context, traceback).
151151

152152
If a split is trivial (one side is empty), then None is returned for the
153-
other size:
153+
other side:
154154

155155
```python
156156
>>> other_errors.split(lambda e: isinstance(e, SyntaxError))
@@ -384,7 +384,7 @@ reraised exceptions into the same structure.
384384
it gets its "working set" of errors linked to it via the `__context__`
385385
attribute.
386386

387-
* After all `except*` clause were evaluated, there are the following
387+
* After all `except*` clause have been evaluated, there are the following
388388
possibilities:
389389

390390
1. Both the "incoming" `ExceptionGroup` and the two result lists are empty.

0 commit comments

Comments
 (0)