From 64eb45f81b18435199792b347b50033c571c0e2b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 1 Dec 2025 07:17:17 +0100 Subject: [PATCH] Fix typo. --- changelogs/fragments/11222-typing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)."