Skip to content

Commit 0733ba4

Browse files
committed
docs: fix make html
1 parent 320ee5e commit 0733ba4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/references.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Branches
6969
Branches inherit from References, and additionally provide specialized
7070
accessors for some unique features.
7171

72-
.. automethod:: pygit2.Repository.Branches.create
73-
.. automethod:: pygit2.Repository.Branches.delete
74-
.. automethod:: pygit2.Repository.Branches.get
75-
.. automethod:: pygit2.Repository.Branches.__getitem__
76-
.. automethod:: pygit2.Repository.Branches.__iter__
77-
.. automethod:: pygit2.Repository.Branches.__contains__
72+
.. automethod:: pygit2.repository.Branches.create
73+
.. automethod:: pygit2.repository.Branches.delete
74+
.. automethod:: pygit2.repository.Branches.get
75+
.. automethod:: pygit2.repository.Branches.__getitem__
76+
.. automethod:: pygit2.repository.Branches.__iter__
77+
.. automethod:: pygit2.repository.Branches.__contains__
7878

7979
Example::
8080

0 commit comments

Comments
 (0)