Skip to content

Commit 6f6092f

Browse files
committed
py: fix line number of driver quit
1 parent dcf6ab1 commit 6f6092f

File tree

1 file changed

+1
-1
lines changed
  • website_and_docs/content/documentation/webdriver/drivers

1 file changed

+1
-1
lines changed

website_and_docs/content/documentation/webdriver/drivers/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and it is recommended to always use `quit` to end the session
6565
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L29" >}}
6666
{{< /tab >}}
6767
{{% tab header="Python" %}}
68-
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L13" >}}
68+
{{< gh-codeblock path="examples/python/tests/drivers/test_options.py#L11" >}}
6969
{{% /tab %}}
7070
{{< tab header="CSharp" >}}
7171
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L28" >}}

0 commit comments

Comments
 (0)