[doc] Fix docstring indentation.
--- a/devtools/__init__.py Fri Dec 26 12:00:47 2008 -0800
+++ b/devtools/__init__.py Fri Dec 26 12:20:10 2008 -0800
@@ -257,8 +257,8 @@
def install_sqlite_path(querier):
"""This patch hotfixes the following sqlite bug :
- - http://www.sqlite.org/cvstrac/tktview?tn=1327,33
- (some dates are returned as strings rather thant date objects)
+ - http://www.sqlite.org/cvstrac/tktview?tn=1327,33
+ (some dates are returned as strings rather thant date objects)
"""
def wrap_execute(base_execute):
def new_execute(*args, **kwargs):