From 70568f69f3e0410a24f60652643ce6a62d3e75d8 Mon Sep 17 00:00:00 2001 From: aCrispyCookie <142579195+Cookiecodess@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:12:58 +0800 Subject: [PATCH] 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. --- .../documentation/webdriver/getting_started/first_script.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md b/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md index 8aac63374e98..d5ab59d4c851 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md @@ -233,7 +233,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}). {{< gh-codeblock path="/examples/java/README.md#L60" >}} {{< /tab >}} {{< tab header="Python" >}} -{{< gh-codeblock path="/examples/python/README.md#L35" >}} +{{< gh-codeblock path="/examples/python/README.md#L58" >}} {{< /tab >}} {{< tab header="CSharp" >}} {{< gh-codeblock path="/examples/dotnet/README.md#L55" >}}