From 924531341ea0d0a8cdf66ef878976306a201b488 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 30 Nov 2014 18:28:14 +0100 Subject: [PATCH] Fix missing whitespace in todo --- letsencrypt/client/crypto_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/crypto_util.py b/letsencrypt/client/crypto_util.py index 318dcd415..7419b674b 100644 --- a/letsencrypt/client/crypto_util.py +++ b/letsencrypt/client/crypto_util.py @@ -27,7 +27,7 @@ def create_sig(msg, key_str, nonce=None, nonce_len=CONFIG.NONCE_SIZE): .. todo:: Change this over to M2Crypto... PKey - .. todo::Protect against crypto unicode errors... is this sufficient? + .. todo:: Protect against crypto unicode errors... is this sufficient? Do I need to escape? :param str key_str: Key in string form. Accepted formats