# HG changeset patch # User Sandrine Ribeau # Date 1230322810 28800 # Node ID 3e6d3266714002cbaeb568690927b2b6ae3d5bfe # Parent ac86aaaaad085ddddc10ad610838167b896ba1aa [doc] Fix docstring indentation. diff -r ac86aaaaad08 -r 3e6d32667140 devtools/__init__.py --- 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):