commit 9fe8da962aadec5d56bfeb6d6635a01228514ca2 Author: Damian Johnson atagar@torproject.org Date: Mon Aug 6 08:24:16 2012 -0700
Pydoc mistake
Actually, I'm not sure what I was trying to say there. Issue spotted by Karsten. --- stem/descriptor/server_descriptor.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/stem/descriptor/server_descriptor.py b/stem/descriptor/server_descriptor.py index 759d6a5..6b0f2cf 100644 --- a/stem/descriptor/server_descriptor.py +++ b/stem/descriptor/server_descriptor.py @@ -70,8 +70,7 @@ SINGLE_FIELDS = (
def parse_file(descriptor_file, validate = True): """ - Iterates over the server descriptors in a file. This can only read relay or - descriptors. + Iterates over the server descriptors in a file.
:param file descriptor_file: file with descriptor content :param bool validate: checks the validity of the descriptor's content if True, skips these checks otherwise
tor-commits@lists.torproject.org