Explorar el Código

fix docstring syntax

Jelmer Vernooij hace 5 meses
padre
commit
ce73257440
Se han modificado 1 ficheros con 1 adiciones y 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] = []