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

Skip to content

Commit 24a67e0

Browse files
committed
Update getting-started.rst
-- minor typo / grammar fix.
1 parent 897ad45 commit 24a67e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ remote WebDriver. Here are some examples::
267267
desired_capabilities=DesiredCapabilities.HTMLUNITWITHJS)
268268

269269
The desired capabilities is a dictionary, so instead of using the
270-
default dictionaries, you can specifies the values explicitly::
270+
default dictionaries, you can specify the values explicitly::
271271

272272
driver = webdriver.Remote(
273273
command_executor='http://127.0.0.1:4444/wd/hub',

0 commit comments

Comments
 (0)