Skip to content

Commit 9f6aaa6

Browse files
authored
Fix typo.
Fix typo.
1 parent 21d22d6 commit 9f6aaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def stop(self):
168168

169169
def __del__(self):
170170
# `subprocess.Popen` doesn't send signal on `__del__`;
171-
# so we attemt to close the launched process when `__del__`
171+
# so we attempt to close the launched process when `__del__`
172172
# is triggered.
173173
try:
174174
self.stop()

0 commit comments

Comments
 (0)