[tor-commits] [stem/master] Fix a typo

atagar at torproject.org atagar at torproject.org
Mon Sep 24 16:03:45 UTC 2012


commit 060c82b3a874c88159ee4a20803c93f22512851a
Author: Ravi Chandra Padmala <neenaoffline at gmail.com>
Date:   Sun Sep 23 11:45:33 2012 +0530

    Fix a typo
---
 stem/util/conf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/util/conf.py b/stem/util/conf.py
index 8ffcc8e..9781370 100644
--- a/stem/util/conf.py
+++ b/stem/util/conf.py
@@ -94,7 +94,7 @@ def config_dict(handle, conf_mappings, handler = None):
   for staying in sync is similar to the Config class' synchronize() method,
   only changing the dictionary's values if we're able to cast to the same type.
   
-  If an handler is provided then this is called just prior to assigning new
+  If a handler is provided then this is called just prior to assigning new
   values to the config_dict. The handler function is expected to accept the
   (key, value) for the new values and return what we should actually insert
   into the dictionary. If this returns None then the value is updated as





More information about the tor-commits mailing list