Skip to content

Commit 8225b28

Browse files
committed
[py] Fixing lint
1 parent d7b0b09 commit 8225b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/selenium/webdriver/edge/webdriver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
class WebDriver(ChromiumDriver):
3131
"""Controls the Microsoft Edge driver and allows you to drive the browser.
3232
33-
You will need to download the MSEdgeDriver (Chromium) executable
34-
from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
33+
You will need to download the MSEdgeDriver executable from
34+
https://developer.microsoft.com/microsoft-edge/tools/webdriver/
3535
"""
3636

3737
def __init__(

0 commit comments

Comments
 (0)