diff --git a/AUTHORS.rst b/AUTHORS.rst index 8f2024e44..1106c1e7d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -23,6 +23,7 @@ The following wonderful people contributed directly or indirectly to this projec - `Abdelrahman `_ - `Abshar `_ +- `Abubakar Alaya `_ - `Alateas `_ - `Ales Dokshanin `_ - `Alexandre `_ diff --git a/README.rst b/README.rst index dd19bbbbd..7788e075d 100644 --- a/README.rst +++ b/README.rst @@ -230,6 +230,6 @@ License ------- You may copy, distribute and modify the software provided that modifications are described and licensed for free under `LGPL-3 `_. -Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under LGPL-3, but applications that use the library don't have to be. +Derivative works (including modifications or anything statically linked to the library) can only be redistributed under LGPL-3, but applications that use the library don't have to be. .. _`GitHub releases page`: https://github.com/python-telegram-bot/python-telegram-bot/releases diff --git a/tests/README.rst b/tests/README.rst index c9f3cac63..a67245580 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -98,7 +98,7 @@ Bots used in tests If you run the tests locally, the test setup will use one of the two public bots available. Which bot of the two gets chosen for the test session is random. Whereas when the tests on the -Github Actions CI are run, the test setup allocates a different, but same bot is for every combination of Python version and +Github Actions CI are run, the test setup allocates a different, but the same bot is allocated for every combination of Python version and OS. The operating systems and Python versions the CI runs the tests on can be viewed in the `corresponding workflow`_.