소스 검색

Fix indentation error in _compat.py.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Gary van der Merwe 12 년 전
부모
커밋
9d6f802565
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):