Pārlūkot izejas kodu

Fix doc string.

Jelmer Vernooij 4 gadi atpakaļ
vecāks
revīzija
58a1e7b80e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      dulwich/porcelain.py

+ 2 - 2
dulwich/porcelain.py

@@ -1155,7 +1155,7 @@ def get_untracked_paths(frompath, basepath, index, exclude_ignored=False):
     """Get untracked paths.
 
     Args:
-    ;param frompath: Path to walk
+      frompath: Path to walk
       basepath: Path to compare to
       index: Index to check against
       exclude_ignored: Whether to exclude ignored paths
@@ -1176,7 +1176,7 @@ def _get_ignore_manager(frompath, exclude_ignored):
     """Get a repo's IgnoreFilterManager from a path if required.
 
     Args:
-    ;param frompath: The path of the repo
+      frompath: The path of the repo
       exclude_ignored: Whether to return the IgnoreFilterManager
     """
     if exclude_ignored: