14bc8b0103a3 draft — Jelmer Vernooij 3 years ago
Fix doc string.
1 files changed, 2 insertions(+), 2 deletions(-)

M dulwich/porcelain.py
M dulwich/porcelain.py +2 -2
@@ 1155,7 1155,7 @@ def get_untracked_paths(frompath, basepa
     """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, exclud
     """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: