Skip to content

Commit c03d90c

Browse files
committed
Docs: pygit2.remote was renamed to pygit2.remotes
1 parent f1dba75 commit c03d90c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/remotes.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Remotes
55
.. py:attribute:: Repository.remotes
66
77
The collection of configured remotes, an instance of
8-
:py:class:`pygit2.remote.RemoteCollection`
8+
:py:class:`pygit2.remotes.RemoteCollection`
99

1010
The remote collection
1111
==========================
1212

13-
.. autoclass:: pygit2.remote.RemoteCollection
13+
.. autoclass:: pygit2.remotes.RemoteCollection
1414
:members:
1515

1616
The Remote type
@@ -30,7 +30,7 @@ The TransferProgress type
3030

3131
This class contains the data which is available to us during a fetch.
3232

33-
.. autoclass:: pygit2.remote.TransferProgress
33+
.. autoclass:: pygit2.remotes.TransferProgress
3434
:members:
3535

3636
The Refspec type

0 commit comments

Comments
 (0)