clean up commit comments, add newline

This commit is contained in:
Jeffrey Forman 2012-11-23 22:27:50 -05:00
parent 9c5143cbd7
commit 37d6c91a95
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ def create_keyring(key_name, key_data):
key_data: String representation of TSIG key hash
Return:
keyring object with the key name and TSIG secret."""
keyring object with the key name and TSIG secret.
"""
keyring = dns.tsigkeyring.from_text({
key_name : key_data