From e6e7f06f6096554dda078f8ce243adeb6de45ce8 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 13 Sep 2024 09:34:29 +0800 Subject: [PATCH] Correct markup in change note. Co-authored-by: Russell Martin --- changes/2834.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/2834.bugfix.rst b/changes/2834.bugfix.rst index d205b2b00d..8417b0abf6 100644 --- a/changes/2834.bugfix.rst +++ b/changes/2834.bugfix.rst @@ -1 +1 @@ -The event loop is now guaranteed to be running when your app's `startup()` method is invoked. This wasn't previously the case on macOS and Windows. +The event loop is now guaranteed to be running when your app's ``startup()`` method is invoked. This wasn't previously the case on macOS and Windows.