Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed May 3, 2023
1 parent 13fc171 commit 13291e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aiotools.taskgroup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Task Group

.. versionchanged:: 1.6.1

It no longer raises :exc:`BaseExceptionGroup` or exc:`ExceptionGroup`
It no longer raises :exc:`BaseExceptionGroup` or :exc:`ExceptionGroup`
upon exit or :meth:`shutdown()`, because it no longer stores the history
of unhnadled exceptions from subtasks to prevent memory leaks for
long-running persistent task groups. The users must register explicit
Expand Down

0 comments on commit 13291e2

Please sign in to comment.