[tor-commits] [stem/master] Fixed indentation errors.
atagar at torproject.org
atagar at torproject.org
Tue Jun 12 15:54:16 UTC 2012
commit 843f5568d42d4568459d0a4597e078380d5fa76a
Author: Beck <csybeck at gmail.com>
Date: Tue Jun 12 16:41:12 2012 +0800
Fixed indentation errors.
---
stem/control.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/stem/control.py b/stem/control.py
index 6ba39d0..9ceb630 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -484,9 +484,9 @@ class Controller(BaseController):
"""
A convenience method to get tor version that current controller is
connected to.
-
+
:returns: :class:`stem.version.Version`
-
+
:raises:
* :class:`stem.socket.ControllerError` if unable to query the version
* ValueError if unable to parse the version
More information about the tor-commits
mailing list