commit e34b8c943a7e59ac8d8cbe9a77424b44e60e35d5 Author: Damian Johnson atagar@torproject.org Date: Fri Aug 30 08:58:36 2013 -0700
Minor typo correction
Little typo I spotted while answering...
http://stackoverflow.com/questions/18372615/tors-stem-module-python-failing --- stem/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stem/control.py b/stem/control.py index 472645c..8233b2a 100644 --- a/stem/control.py +++ b/stem/control.py @@ -1570,7 +1570,7 @@ class Controller(BaseController): "Log": None, })
- The params can optionally be a list a key/value tuples, though the only + The params can optionally be a list of key/value tuples, though the only reason this type of argument would be useful is for hidden service configuration (those options are order dependent).
tor-commits@lists.torproject.org