From dd2e9a10cb165f06ae432316a4abbb661c2b66cc Mon Sep 17 00:00:00 2001 From: James Westman Date: Thu, 25 Jan 2024 19:49:00 -0600 Subject: [PATCH] docs: Fix another upgrade warning --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 13f39e5..9347c7b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ Blueprint is a markup language and compiler for GTK 4 user interfaces. HeaderBar {} Label { - label: bind MyAppWindow.main_text; + label: bind template.main_text; } }