We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dba75 commit c03d90cCopy full SHA for c03d90c
docs/remotes.rst
@@ -5,12 +5,12 @@ Remotes
5
.. py:attribute:: Repository.remotes
6
7
The collection of configured remotes, an instance of
8
- :py:class:`pygit2.remote.RemoteCollection`
+ :py:class:`pygit2.remotes.RemoteCollection`
9
10
The remote collection
11
==========================
12
13
-.. autoclass:: pygit2.remote.RemoteCollection
+.. autoclass:: pygit2.remotes.RemoteCollection
14
:members:
15
16
The Remote type
@@ -30,7 +30,7 @@ The TransferProgress type
30
31
This class contains the data which is available to us during a fetch.
32
33
-.. autoclass:: pygit2.remote.TransferProgress
+.. autoclass:: pygit2.remotes.TransferProgress
34
35
36
The Refspec type
0 commit comments