From 25fcf26a30b79a1920094eeecf2ead3f8ff551f8 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 13 Oct 2022 15:31:34 +0100 Subject: [PATCH] Add code markup to the mention of a class names --- docs/guide/devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/devtools.md b/docs/guide/devtools.md index 316471eba..2809446a7 100644 --- a/docs/guide/devtools.md +++ b/docs/guide/devtools.md @@ -103,7 +103,7 @@ log("[bold red]DANGER![/] We're having too much fun") ### Log method -There's a convenient shortcut to `log` available on the App and Widget objects. This is useful in event handlers. Here's an example: +There's a convenient shortcut to `log` available on the `App` and `Widget` objects. This is useful in event handlers. Here's an example: ```python from textual.app import App