Fix PolicyRcD.__exit__ docstring (#80528)

pull/80544/head
Rodrigo Candido Gryzinski 1 year ago committed by GitHub
parent 0ee7cfb128
commit 64fb64643d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save