Skip to content

Commit

Permalink
Docs: pygit2.remote was renamed to pygit2.remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 30, 2024
1 parent f1dba75 commit c03d90c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/remotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Remotes
.. py:attribute:: Repository.remotes
The collection of configured remotes, an instance of
:py:class:`pygit2.remote.RemoteCollection`
:py:class:`pygit2.remotes.RemoteCollection`

The remote collection
==========================

.. autoclass:: pygit2.remote.RemoteCollection
.. autoclass:: pygit2.remotes.RemoteCollection
:members:

The Remote type
Expand All @@ -30,7 +30,7 @@ The TransferProgress type

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

.. autoclass:: pygit2.remote.TransferProgress
.. autoclass:: pygit2.remotes.TransferProgress
:members:

The Refspec type
Expand Down

0 comments on commit c03d90c

Please sign in to comment.