[tor-commits] [stem/master] Strip tabs that slipped into a comment
atagar at torproject.org
atagar at torproject.org
Tue Feb 17 18:08:21 UTC 2015
commit 64785ca5ccdfa032e681f598caf4f4e598c55d67
Author: Damian Johnson <atagar at torproject.org>
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
More information about the tor-commits
mailing list