Explorar o código

fix docstring syntax

Jelmer Vernooij hai 1 mes
pai
achega
ce73257440
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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] = []