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:
		
				
					committed by
					
						
						Nicolas Sebrecht
					
				
			
			
				
	
			
			
			
						parent
						
							40226705af
						
					
				
				
					commit
					2f9d8d22ee
				
			@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user