[tor-commits] [sbws/master] Fix identation in docstring

juga at torproject.org juga at torproject.org
Tue Sep 25 09:48:11 UTC 2018


commit e0cc70853e55fff7e7273aed270ea8a9417f92ef
Author: juga0 <juga at riseup.net>
Date:   Tue Sep 25 09:00:06 2018 +0000

    Fix identation in docstring
---
 sbws/lib/relaylist.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sbws/lib/relaylist.py b/sbws/lib/relaylist.py
index aa197c0..58cae75 100644
--- a/sbws/lib/relaylist.py
+++ b/sbws/lib/relaylist.py
@@ -91,7 +91,8 @@ class Relay:
         """Obtain ed25519 master key of the relay in server descriptors.
 
         :returns: str, the ed25519 master key base 64 encoded without
-        trailing '='s.
+                  trailing '='s.
+
         """
         # Even if this key is called master-key-ed25519 in dir-spec.txt,
         # it seems that stem parses it as ed25519_master_key





More information about the tor-commits mailing list