From 64fb64643d166cf3f544a9d1d43be8c96f20ef1d Mon Sep 17 00:00:00 2001 From: Rodrigo Candido Gryzinski Date: Tue, 18 Apr 2023 16:17:51 +0100 Subject: [PATCH] Fix PolicyRcD.__exit__ docstring (#80528) --- lib/ansible/modules/apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/apt.py b/lib/ansible/modules/apt.py index 2a214392c25..9c62ecd5535 100644 --- a/lib/ansible/modules/apt.py +++ b/lib/ansible/modules/apt.py @@ -445,7 +445,7 @@ class PolicyRcD(object): def __exit__(self, type, value, traceback): """ - This method will be called when we enter the context, before we call `apt-get …` + This method will be called when we exit the context, after `apt-get …` is done """ # if policy_rc_d is null then we don't need to modify policy-rc.d