Python: Fix wording of change-note

`aiohttp.web` is a web _framework_, and not a web _server_.
This commit is contained in:
Rasmus Wriedt Larsen
2021-06-08 16:19:25 +02:00
committed by GitHub
parent e82ad6fc22
commit afd35f2e21

View File

@@ -1,2 +1,2 @@
lgtm,codescanning
* Added modeling of sources/sinks when using `aiohttp.web` to create web servers.
* Added modeling of sources/sinks when using the `aiohttp.web` web framework.