Browse Source

Fix indentation error in _compat.py.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Gary van der Merwe 12 years ago
parent
commit
8e4be44df9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/_compat.py

+ 1 - 1
dulwich/_compat.py

@@ -385,7 +385,7 @@ class OrderedDict(dict):
     # -- the following methods do not depend on the internal structure --
     # -- the following methods do not depend on the internal structure --
 
 
     def keys(self):
     def keys(self):
-       """'od.keys() -> list of keys in od"""
+        """'od.keys() -> list of keys in od"""
         return list(self)
         return list(self)
 
 
     def values(self):
     def values(self):