[tor-commits] [stem/master] Fix typo

atagar at torproject.org atagar at torproject.org
Mon Apr 30 17:44:11 UTC 2018


commit ffb3ade85297ea80fa88752cf9cd1a5585e30044
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Apr 30 10:43:36 2018 -0700

    Fix typo
    
    Pointed out by toralf on irc.
---
 stem/control.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stem/control.py b/stem/control.py
index ecec96aa..83304cea 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -91,7 +91,7 @@ If you're fine with allowing your script to raise exceptions then this can be mo
     |- get_server_descriptor - querying the server descriptor for a relay
     |- get_server_descriptors - provides all currently available server descriptors
     |- get_network_status - querying the router status entry for a relay
-    |- get_network_statuses - provides all preently available router status entries
+    |- get_network_statuses - provides all presently available router status entries
     |- get_hidden_service_descriptor - queries the given hidden service descriptor
     |
     |- get_conf - gets the value of a configuration option



More information about the tor-commits mailing list