From bd43a7f63bd6f004aeaa03838a2d1d42faeeafda Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli <zack@upsilon.cc> Date: Wed, 6 Sep 2017 20:27:43 +0200 Subject: [PATCH] docstring: drop useless heading ":py" domain in crossrefs --- swh/model/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/model/git.py b/swh/model/git.py index d46a60bf..bd53820c 100644 --- a/swh/model/git.py +++ b/swh/model/git.py @@ -563,7 +563,7 @@ def children_hashes(children, objects): def objects_per_type(filter_type, objects_per_path): """Given an object dictionary returned by - :py:func:`compute_hashes_from_directory`, yields corresponding element + :func:`compute_hashes_from_directory`, yields corresponding element type's hashes Args: -- GitLab