[tor-commits] [bridgedb/develop] Fix typo in b.p.o.BaseOptions.findRundirAndConfigFile() docstring.

isis at torproject.org isis at torproject.org
Wed Apr 23 05:23:12 UTC 2014


commit c8b2da1b4ae8bb6ffe4a053704e4fc8c2fa8d0bd
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Apr 22 23:18:34 2014 +0000

    Fix typo in b.p.o.BaseOptions.findRundirAndConfigFile() docstring.
---
 lib/bridgedb/parse/options.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/bridgedb/parse/options.py b/lib/bridgedb/parse/options.py
index 3b1004d..5664460 100644
--- a/lib/bridgedb/parse/options.py
+++ b/lib/bridgedb/parse/options.py
@@ -174,8 +174,8 @@ class BaseOptions(usage.Options):
 
     @staticmethod
     def findRundirAndConfigFile(rundir=None, config=None):
-        """Find the abspath of the config file and runtime directory, or find
-        suitable defaults.
+        """Find the absolute path of the config file and runtime directory, or
+        find suitable defaults.
 
         Attempts to set the absolute path of the runtime directory. If the
         config path is relative, its absolute path is set relative to the





More information about the tor-commits mailing list