Changed doxygen parameter
The parameter regtype does not exists, it is reqtype.
This commit is contained in:
parent
bb05904cf1
commit
0c04611ca4
@ -32,7 +32,7 @@ class Repository:
|
||||
def __new__(cls, account, reqtype):
|
||||
"""
|
||||
:param account: :class:`Account`
|
||||
:param regtype: 'remote', 'local', or 'status'"""
|
||||
:param reqtype: 'remote', 'local', or 'status'"""
|
||||
|
||||
if reqtype == 'remote':
|
||||
name = account.getconf('remoterepository')
|
||||
@ -81,6 +81,6 @@ class Repository:
|
||||
executed instead of this stub
|
||||
|
||||
:param account: :class:`Account`
|
||||
:param regtype: 'remote', 'local', or 'status'
|
||||
:param reqtype: 'remote', 'local', or 'status'
|
||||
"""
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user