From e405c1deead316101a35318f8f6c89ea87d495d5 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 22 Nov 2023 19:40:23 +0100 Subject: [PATCH] docs(trace-viewer): fix
syntax (#28276) --- docs/src/trace-viewer-intro-csharp-java-python.md | 4 ++-- docs/src/trace-viewer.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/trace-viewer-intro-csharp-java-python.md b/docs/src/trace-viewer-intro-csharp-java-python.md index 84bbc8dd00..35d8335c7a 100644 --- a/docs/src/trace-viewer-intro-csharp-java-python.md +++ b/docs/src/trace-viewer-intro-csharp-java-python.md @@ -28,8 +28,8 @@ Options for tracing are: This will record the trace and place it into the file named `trace.zip` in your `test-results` directory. -
If you are not using Pytest, click here to learn how to record traces. - +
+If you are not using Pytest, click here to learn how to record traces. ```python async browser = await chromium.launch() diff --git a/docs/src/trace-viewer.md b/docs/src/trace-viewer.md index 5d60be491d..7ffe10f4a9 100644 --- a/docs/src/trace-viewer.md +++ b/docs/src/trace-viewer.md @@ -177,8 +177,8 @@ Options for tracing are: This will record the trace and place it into the file named `trace.zip` in your `test-results` directory. -
If you are not using Pytest, click here to learn how to record traces. - +
+If you are not using Pytest, click here to learn how to record traces. ```python async browser = await chromium.launch()