Add code markup to the mention of a class names

This commit is contained in:
Dave Pearson
2022-10-13 15:31:34 +01:00
parent 4a6e4ff025
commit 25fcf26a30

View File

@@ -103,7 +103,7 @@ log("[bold red]DANGER![/] We're having too much fun")
### Log method ### 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 ```python
from textual.app import App from textual.app import App