Skip to content

Commit

Permalink
[py]: Fix build with docstring linter
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Dec 22, 2022
1 parent 16bfa3a commit 66f092f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/selenium/webdriver/support/expected_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def _predicate(driver):
def url_matches(pattern: str):
"""An expectation for checking the current url.
pattern is the expected pattern. This finds the first
occurrence of pattern in the current url and as such does
not require an exact full match.
pattern is the expected pattern. This finds the first occurrence of
pattern in the current url and as such does not require an exact
full match.
"""

def _predicate(driver):
Expand Down

0 comments on commit 66f092f

Please sign in to comment.