فهرست منبع

fix docstring syntax

Jelmer Vernooij 1 ماه پیش
والد
کامیت
ce73257440
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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] = []