Skip to content

Commit 66f092f

Browse files
committed
[py]: Fix build with docstring linter
1 parent 16bfa3a commit 66f092f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/selenium/webdriver/support/expected_conditions.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def _predicate(driver):
8888
def url_matches(pattern: str):
8989
"""An expectation for checking the current url.
9090
91-
pattern is the expected pattern. This finds the first
92-
occurrence of pattern in the current url and as such does
93-
not require an exact full match.
91+
pattern is the expected pattern. This finds the first occurrence of
92+
pattern in the current url and as such does not require an exact
93+
full match.
9494
"""
9595

9696
def _predicate(driver):

0 commit comments

Comments
 (0)