diff --git a/scripts/dev/ua_fetch.py b/scripts/dev/ua_fetch.py index 788267eda..f37797041 100644 --- a/scripts/dev/ua_fetch.py +++ b/scripts/dev/ua_fetch.py @@ -105,7 +105,7 @@ def main(): tab = " " print(tab + "def complete(self):") print((2 * tab) + "\"\"\"Complete a list of common user agents.\"\"\"") - print((2 * tab) + "%sout = [") + print((2 * tab) + "out = [") for browser in ["Firefox", "Safari", "Chrome", "Obscure"]: for it in filtered[browser]: