mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
Fix PolicyRcD.__exit__ docstring (#80528)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user