diff --git a/changelogs/fragments/11222-typing.yml b/changelogs/fragments/11222-typing.yml index 662901d429..0edaf44c47 100644 --- a/changelogs/fragments/11222-typing.yml +++ b/changelogs/fragments/11222-typing.yml @@ -1,3 +1,3 @@ bugfixes: - "_filelock module utils - add type hints. Fix bug if ``set_lock()`` is called with ``lock_timeout=None`` (https://github.com/ansible-collections/community.general/pull/11222)." - - "gitlab module utils - add type hints. Psas API version to python-gitlab as string and not as integer (https://github.com/ansible-collections/community.general/pull/11222)." + - "gitlab module utils - add type hints. Pass API version to python-gitlab as string and not as integer (https://github.com/ansible-collections/community.general/pull/11222)."