瀏覽代碼

Fix indentation error in _compat.py.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Gary van der Merwe 12 年之前
父節點
當前提交
8e4be44df9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):