Skip to content

Commit 70568f6

Browse files
authored
fix: gh-codeblock pointing to incorrect line
In https://www.selenium.dev/documentation/webdriver/getting_started/first_script/, the Python tab for the "Running Selenium File" section shows only: ``` \`\`\` ``` because the `{{< gh-codeblock >}}` for `{{< tab header="Python" >}}` is pointing to the wrong line in /examples/python/README.md. Someone probably modified the README.md, without also updating the `gh-codeblock` path here.
1 parent 9ad4c84 commit 70568f6

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)