Skip to content

Commit 1d4be7a

Browse files
xaircorediemol
andcommitted
Fix grammar typo in exceptions.py (#7657) [skip ci]
* Fix grammar typo * Update py/selenium/common/exceptions.py Co-Authored-By: Diego Molina <[email protected]>
1 parent b4a5328 commit 1d4be7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/common/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,6 @@ class SessionNotCreatedException(WebDriverException):
310310

311311
class UnknownMethodException(WebDriverException):
312312
"""
313-
The requested command matched a known URL but did not match an method for that URL.
313+
The requested command matched a known URL but did not match any methods for that URL.
314314
"""
315315
pass

0 commit comments

Comments
 (0)