From 029d0b26fe86b38f8d25d0ea4d7e67122f1a5e6f Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 3 Feb 2025 13:53:55 +0100 Subject: [PATCH] Update docs/src/release-notes-python.md Co-authored-by: Simon Knott Signed-off-by: Max Schmitt --- docs/src/release-notes-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index f873483968..a5e55596bb 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -8,7 +8,7 @@ toc_max_heading_level: 2 ### Async Pytest Plugin -* [Playwright's Pytest plugin](./test-runners.md) has now support for [Async Fixtures](https://playwright.dev/python/docs/test-runners#async-fixtures). +* [Playwright's Pytest plugin](./test-runners.md) now has support for [Async Fixtures](https://playwright.dev/python/docs/test-runners#async-fixtures). ### Miscellaneous