folder/Base.py: fix comment: para -> param
Signed-off-by: Wieland Hoffmann <themineo@gmail.com> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
40226705af
commit
2f9d8d22ee
@ -29,8 +29,8 @@ import offlineimap.accounts
|
|||||||
class BaseFolder(object):
|
class BaseFolder(object):
|
||||||
def __init__(self, name, repository):
|
def __init__(self, name, repository):
|
||||||
"""
|
"""
|
||||||
:para name: Path & name of folder minus root or reference
|
:param name: Path & name of folder minus root or reference
|
||||||
:para repository: Repository() in which the folder is.
|
:param repository: Repository() in which the folder is.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self.ui = getglobalui()
|
self.ui = getglobalui()
|
||||||
|
Loading…
Reference in New Issue
Block a user