Skip to content

Commit 86ef929

Browse files
authored
accidentally replaced all
1 parent 526d541 commit 86ef929

File tree

1 file changed

+2
-2
lines changed
  • py/selenium/webdriver/support

1 file changed

+2
-2
lines changed

py/selenium/webdriver/support/wait.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def until(self, method: Callable[[D], Union[Literal[False], T]], message: str =
9595
Calls the method provided with the driver as an argument until the
9696
return value does not evaluate to ``False``.
9797
98-
Attributes:
98+
Parameters:
9999
----------
100100
method: callable(WebDriver)
101101
- A callable object that takes a WebDriver instance as an argument.
@@ -147,7 +147,7 @@ def until_not(self, method: Callable[[D], T], message: str = "") -> Union[T, Lit
147147
Calls the method provided with the driver as an argument until the
148148
return value does not evaluate to ``False``.
149149
150-
Attributes:
150+
Parameters:
151151
----------
152152
method: callable(WebDriver)
153153
- A callable object that takes a WebDriver instance as an argument.

0 commit comments

Comments
 (0)