Explorar o código

Fix indentation error in _compat.py.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Gary van der Merwe %!s(int64=12) %!d(string=hai) anos
pai
achega
9d6f802565
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 --
 
     def keys(self):
-       """'od.keys() -> list of keys in od"""
+        """'od.keys() -> list of keys in od"""
         return list(self)
 
     def values(self):