aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto/keycount.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlang/python/examples/howto/keycount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/examples/howto/keycount.py b/lang/python/examples/howto/keycount.py
index 7dd5e778..8e25454c 100755
--- a/lang/python/examples/howto/keycount.py
+++ b/lang/python/examples/howto/keycount.py
@@ -39,4 +39,4 @@ pubnum = len(publist)
print("""
Number of secret keys: {0}
Number of public keys: {1}
-""".format(secnum, pubnum)
+""".format(secnum, pubnum))