[tor-commits] [bridgedb/master] Fix typo in inline comment in bridgedb.parse.networkstatus.parseRLine().
isis at torproject.org
isis at torproject.org
Sun Jan 12 06:06:34 UTC 2014
commit 70dc78323efce1b5a756130f0686d509f963ec8c
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Dec 11 00:55:26 2013 +0000
Fix typo in inline comment in bridgedb.parse.networkstatus.parseRLine().
---
lib/bridgedb/parse/networkstatus.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/parse/networkstatus.py b/lib/bridgedb/parse/networkstatus.py
index 8a03af8..293fdd0 100644
--- a/lib/bridgedb/parse/networkstatus.py
+++ b/lib/bridgedb/parse/networkstatus.py
@@ -93,7 +93,7 @@ def parseRLine(line):
raise NetworkstatusParsingError(
"Networkstatus parser received non 'r'-line: %r" % line)
- line = line[2:] # Chop of the 'r '
+ line = line[2:] # Chop off the 'r '
fields = line.split()
if len(fields) != 8:
More information about the tor-commits
mailing list