docs: rephrase exceptiongroup description

This commit is contained in:
bastimeyer 2024-03-18 17:26:09 +01:00 committed by Sebastian Meyer
parent fd49f2ce1e
commit 75805add3f
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ Streamlink defines a `build system <pyproject.toml_>`__ according to `PEP-517`_
- Used for loading the CA bundle extracted from the Mozilla Included CA Certificate List
* - runtime
- `exceptiongroup`_
- Used for ``ExceptionGroup`` handling, to allow writing async trio code on older Python versions.
- Used for ``ExceptionGroup`` handling, to allow writing compatible code on all supported Python versions
* - runtime
- `isodate`_
- Used for parsing ISO8601 strings