File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ def __delitem__(self, name: str) -> None:
162162
163163class Tree (IndexObject , git_diff .Diffable , util .Traversable , util .Serializable ):
164164 R"""Tree objects represent an ordered list of :class:`~git.objects.blob.Blob`\s and
165- other :class:`~git.objects.tree. Tree`\s.
165+ other :class:`Tree`\s.
166166
167167 Tree as a list:
168168
@@ -230,8 +230,8 @@ def join(self, file: str) -> IndexObjUnion:
230230 """Find the named object in this tree's contents.
231231
232232 :return:
233- :class:`~git.objects.blob.Blob`, :class:`~git.objects.tree. Tree`,
234- or :class:`~git.objects.submodule.base.Submodule`
233+ :class:`~git.objects.blob.Blob`, :class:`Tree`, or
234+ :class:`~git.objects.submodule.base.Submodule`
235235
236236 :raise KeyError:
237237 If the given file or tree does not exist in this tree.
You can’t perform that action at this time.
0 commit comments