diff --git a/docs/web_tutorial.rst b/docs/web_tutorial.rst index 21b0f284..ad45ed96 100644 --- a/docs/web_tutorial.rst +++ b/docs/web_tutorial.rst @@ -134,7 +134,7 @@ button in your page: :: else: - return "You are not signed in! {web.sign_in_snippet}" + return f"You are not signed in! {web.sign_in_snippet}" Now, you should be able to sign in with your repl.it account. If you're having issues,