Browse Source

fix docstring syntax

Jelmer Vernooij 5 tháng trước cách đây
mục cha
commit
ce73257440
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -1845,7 +1845,7 @@ class MemoryRepo(BaseRepo):
     """
 
     def __init__(self) -> None:
-        "Create a new repository in memory."
+        """Create a new repository in memory."""
         from .config import ConfigFile
 
         self._reflog: list[Any] = []