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:
Wieland Hoffmann 2014-10-27 12:34:05 +01:00 committed by Nicolas Sebrecht
parent 40226705af
commit 2f9d8d22ee
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ import offlineimap.accounts
class BaseFolder(object):
def __init__(self, name, repository):
"""
:para name: Path & name of folder minus root or reference
:para repository: Repository() in which the folder is.
:param name: Path & name of folder minus root or reference
:param repository: Repository() in which the folder is.
"""
self.ui = getglobalui()