Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d2d9da

Browse files
committed
small grammar fix
1 parent 19f906d commit 2d2d9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/waits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trying to locate an element.
2222
Explicit Waits
2323
~~~~~~~~~~~~~~
2424

25-
An explicit waits is code you define to wait for a certain condition
25+
An explicit wait is code you define to wait for a certain condition
2626
to occur before proceeding further in the code. The worst case of
2727
this is time.sleep(), which sets the condition to an exact time period
2828
to wait. There are some convenience methods provided that help you

0 commit comments

Comments
 (0)