Commit 70568f6
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- website_and_docs/content/documentation/webdriver/getting_started
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments