Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/languages/python/codewars-test/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ The above produces an output similar to the following:

<div class="block dark:hidden">

![Output window example](./python-test-framework-example-light.png)
![Output window example](./img/python-test-framework-example-light.png)

</div>
<div class="hidden dark:block">

![Output window example](./python-test-framework-example-dark.png)
![Output window example](./img/python-test-framework-example-dark.png)

</div>

Expand Down