Skip to content

Commit b75702a

Browse files
author
AutomatedTester
committed
Correct syntax error
1 parent 41736a7 commit b75702a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: py/selenium/webdriver/edge/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, executable_path, port=0):
3232
:Args:
3333
- executable_path : Path to the EdgeDriver
3434
- port : Port the service is running on
35-
"""x
35+
"""
3636

3737
self.path = executable_path
3838

0 commit comments

Comments
 (0)