From 70d435a06ebbf6d0560bb68501d59c5e25d04a8c Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 7 Aug 2018 14:28:19 +0200 Subject: Fix typo in example-use-case.rst --- docs/source/example-use-case.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/example-use-case.rst b/docs/source/example-use-case.rst index 4efdc81..cd39c47 100644 --- a/docs/source/example-use-case.rst +++ b/docs/source/example-use-case.rst @@ -97,7 +97,7 @@ set on the key file): from rsakey import RSAPrivateKey # Read SSH key from file (assuming no passphrase) - with open open('.ssh/id_rsa') as key_file: + with open('.ssh/id_rsa') as key_file: b64_serialisation = ''.join(key_file.readlines()[1:-1]) # Undo BASE64 serialisation -- cgit v1.2.1