From 5a34852deb75bc5cc2eee60d7b29dc387c10ab73 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 15 Aug 2024 18:22:38 -0400 Subject: [PATCH] Update the docs --- help_docs/syntax_formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help_docs/syntax_formats.md b/help_docs/syntax_formats.md index 848fac97..d96e72d9 100644 --- a/help_docs/syntax_formats.md +++ b/help_docs/syntax_formats.md @@ -846,7 +846,7 @@ with SB() as sb: sb.assert_text("signed out", "#top_message") ``` -(See examples/raw_sb.py for the test.) +(See examples/raw_login_sb.py for the test.) Here's another example, which uses test mode: