Skip to content

Commit

Permalink
folder/Base.py: fix comment: para -> param
Browse files Browse the repository at this point in the history
Signed-off-by: Wieland Hoffmann <themineo@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
  • Loading branch information
mineo authored and nicolas33 committed Jan 9, 2015
1 parent 4022670 commit 2f9d8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions offlineimap/folder/Base.py
Expand Up @@ -29,8 +29,8 @@
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()
Expand Down

0 comments on commit 2f9d8d2

Please sign in to comment.