--- a/Helpviewer/Network/FtpAccessHandler.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Helpviewer/Network/FtpAccessHandler.py Fri Oct 18 23:00:41 2013 +0200 @@ -33,7 +33,8 @@ """ Protected method to create a request. - @param op the operation to be performed (QNetworkAccessManager.Operation) + @param op the operation to be performed + (QNetworkAccessManager.Operation) @param request reference to the request object (QNetworkRequest) @param outgoingData reference to an IODevice containing data to be sent (QIODevice) @@ -50,8 +51,9 @@ Public method to add or change an authenticator in our cache. @param realm name of the realm the authenticator belongs to (string) - @param authenticator authenticator to add to the cache (QAuthenticator). - If it is None, the entry will be deleted from the cache. + @param authenticator authenticator to add to the cache + (QAuthenticator). If it is None, the entry will be deleted from + the cache. """ if realm: if authenticator: