Skip to content

Commit b0730ed

Browse files
committed
Fix indentation in python gh-codeblock for windows documentation example
1 parent 9745377 commit b0730ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • website_and_docs/content/documentation/webdriver/interactions

website_and_docs/content/documentation/webdriver/interactions/windows.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ current window by using:
2323
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/interactions/WindowsTest.java#L16-L20" >}}
2424
{{< /tab >}}
2525
{{< tab header="Python" text=true >}}
26-
{{< gh-codeblock path="/examples/python/tests/interactions/test_windows.py#L16-L18" >}}
26+
{{< gh-codeblock path="/examples/python/tests/interactions/test_windows.py#L16-L18" >}}
2727
{{< /tab >}}
2828
{{< tab header="CSharp" text=true >}}
2929
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs#L17-L21" >}}

0 commit comments

Comments
 (0)