From a69a46161d6b65584993cffcc95f28b49090d0c9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 1 Feb 2010 21:59:22 -0600 Subject: [PATCH] Cleaning up the comment --- src/gvoice/browser_emu.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gvoice/browser_emu.py b/src/gvoice/browser_emu.py index 58ecd08..27f9e29 100644 --- a/src/gvoice/browser_emu.py +++ b/src/gvoice/browser_emu.py @@ -41,8 +41,9 @@ class MozillaEmulator(object): def __init__(self, trycount = 1): """Create a new MozillaEmulator object. - @param trycount: The download() method will retry the operation if it fails. You can specify -1 for infinite retrying. - A value of 0 means no retrying. A value of 1 means one retry. etc.""" + @param trycount: The download() method will retry the operation if it + fails. You can specify -1 for infinite retrying. A value of 0 means no + retrying. A value of 1 means one retry. etc.""" self.debug = False self.trycount = trycount self._cookies = cookielib.LWPCookieJar() -- 1.7.9.5