commit 64785ca5ccdfa032e681f598caf4f4e598c55d67
Author: Damian Johnson <[email protected]>
Date:   Tue Feb 17 08:46:18 2015 -0800

    Strip tabs that slipped into a comment
    
    Our pep8 checks evidently don't catch this one.
---
 stem/util/connection.py |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/stem/util/connection.py b/stem/util/connection.py
index c863d97..7e9d43b 100644
--- a/stem/util/connection.py
+++ b/stem/util/connection.py
@@ -27,18 +27,18 @@ Connection and networking based utility functions.
 
   .. versionadded:: 1.1.0
 
-  =================    ===========
-  Resolver             Description
-  =================    ===========
-  **PROC**             /proc contents
-  **NETSTAT**                  netstat
-  **NETSTAT_WINDOWS**  netstat command under Windows
-  **SS**                       ss command
-  **LSOF**             lsof command
-  **SOCKSTAT**                 sockstat command under *nix
-  **BSD_SOCKSTAT**             sockstat command under FreeBSD
-  **BSD_PROCSTAT**             procstat command under FreeBSD
-  =================            ===========
+  =================   ===========
+  Resolver            Description
+  =================   ===========
+  **PROC**            /proc contents
+  **NETSTAT**         netstat
+  **NETSTAT_WINDOWS** netstat command under Windows
+  **SS**              ss command
+  **LSOF**            lsof command
+  **SOCKSTAT**        sockstat command under *nix
+  **BSD_SOCKSTAT**    sockstat command under FreeBSD
+  **BSD_PROCSTAT**    procstat command under FreeBSD
+  =================   ===========
 """
 
 import collections



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to