Skip to content

Commit 00b92fb

Browse files
authored
fix: gh-codeblock pointing to an incorrect line (#2552)
[deploy site]
1 parent 32521ad commit 00b92fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
233233
{{< gh-codeblock path="/examples/java/README.md#L60" >}}
234234
{{< /tab >}}
235235
{{< tab header="Python" >}}
236-
{{< gh-codeblock path="/examples/python/README.md#L35" >}}
236+
{{< gh-codeblock path="/examples/python/README.md#L58" >}}
237237
{{< /tab >}}
238238
{{< tab header="CSharp" >}}
239239
{{< gh-codeblock path="/examples/dotnet/README.md#L55" >}}

0 commit comments

Comments
 (0)