We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d337e99 commit 1544091Copy full SHA for 1544091
docs/functions.rst
@@ -25,7 +25,7 @@ You can add functions to the ones available to FTL authors by passing a
25
... }
26
... """,
27
... functions={'OS': os_name})
28
- >>> print(bundle.format('welcome')[0]
+ >>> print(bundle.format('welcome')[0])
29
Welcome to Linux
30
31
These functions can accept positional and keyword arguments, like the ``NUMBER``
0 commit comments