From 75805add3fec3415d51b61f21660f6ab0dbaefd6 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Mon, 18 Mar 2024 17:26:09 +0100 Subject: [PATCH] docs: rephrase exceptiongroup description --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 1ebc2cb5..d7f4a6d9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -444,7 +444,7 @@ Streamlink defines a `build system `__ 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