Skip to content

Commit f9d745d

Browse files
gpsheadwillingc
andauthored
wording
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent 2334b61 commit f9d745d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0830.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ preserves the time the error first occurred, not when it was last
238238
re-thrown, and code that constructs exceptions, accumulates them, and later
239239
wraps them in an ``ExceptionGroup`` gets the time each error was detected.
240240

241-
It is also the cleaner implementation point. Exception instantiation
241+
Instantiation time is also the cleaner implementation point. Exception instantiation
242242
funnels through ``BaseException.__init__`` and its vectorcall path. Raising
243243
does not have an equivalent single funnel: the lowest-level
244244
``_PyErr_SetRaisedException`` is also invoked by routine save/restore of the

0 commit comments

Comments
 (0)