Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit f3291a8

Browse files
committed
Issue python#8232: Renamed WinFireFox to WinFirefox
1 parent 28363e9 commit f3291a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/webbrowser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ class WinChrome(WindowsDefault):
538538
newtab = "-new-tab"
539539

540540

541-
class WinFireFox(WindowsDefault):
541+
class WinFirefox(WindowsDefault):
542542
"""Launcher class for windows specific Firefox browser"""
543543

544544
cmd = "start firefox.exe"
@@ -614,7 +614,7 @@ def find_windows_browsers():
614614
elif "chrome" in browser:
615615
register("chrome", None, WinChrome("chrome"))
616616
elif "firefox" in browser:
617-
register("firefox", None, WinFireFox("firefox"))
617+
register("firefox", None, WinFirefox("firefox"))
618618
elif "opera" in browser:
619619
register("opera", None, WinOpera("opera"))
620620
elif "seamonkey" in browser:

0 commit comments

Comments
 (0)