clean up commit comments, add newline
This commit is contained in:
parent
9c5143cbd7
commit
37d6c91a95
|
@ -8,7 +8,8 @@ def create_keyring(key_name, key_data):
|
||||||
key_data: String representation of TSIG key hash
|
key_data: String representation of TSIG key hash
|
||||||
|
|
||||||
Return:
|
Return:
|
||||||
keyring object with the key name and TSIG secret."""
|
keyring object with the key name and TSIG secret.
|
||||||
|
"""
|
||||||
|
|
||||||
keyring = dns.tsigkeyring.from_text({
|
keyring = dns.tsigkeyring.from_text({
|
||||||
key_name : key_data
|
key_name : key_data
|
||||||
|
|
Loading…
Reference in New Issue