File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ Branches
69
69
Branches inherit from References, and additionally provide specialized
70
70
accessors for some unique features.
71
71
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__
78
78
79
79
Example::
80
80
You can’t perform that action at this time.
0 commit comments