From fe1767e1b563668d23d03c371ea6f1e6efecc9c7 Mon Sep 17 00:00:00 2001 From: Battle420 <52968657+Battle420@users.noreply.github.com> Date: Sat, 22 Mar 2025 23:18:41 +0000 Subject: [PATCH] Add forgotten parenthesis --- docs/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/functions.rst b/docs/functions.rst index e687442..7a8be4e 100644 --- a/docs/functions.rst +++ b/docs/functions.rst @@ -25,7 +25,7 @@ You can add functions to the ones available to FTL authors by passing a ... } ... """, ... functions={'OS': os_name}) - >>> print(bundle.format('welcome')[0] + >>> print(bundle.format('welcome')[0]) Welcome to Linux These functions can accept positional and keyword arguments, like the ``NUMBER``