[tor-commits] [gettor/master] Fix minor typo

ilv at torproject.org ilv at torproject.org
Tue Sep 22 23:39:13 UTC 2015


commit 2783a0fc00bc6cb4e6ed55ee761724c637f049cc
Author: Sukhbir Singh <s3singh at uwaterloo.ca>
Date:   Sun Nov 16 19:23:38 2014 +0530

    Fix minor typo
---
 dropbox.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dropbox.py b/dropbox.py
index 4770c47..6c84751 100644
--- a/dropbox.py
+++ b/dropbox.py
@@ -19,7 +19,7 @@ import ConfigParser
 import dropbox
 import gettor.core
 
-udef valid_format(file):
+def valid_format(file):
     """Check for valid bundle format
 
     Check if the given file has a valid bundle format





More information about the tor-commits mailing list