Skip to content

Commit 1544091

Browse files
Battle420spookylukey
authored andcommitted
Add forgotten parenthesis
1 parent d337e99 commit 1544091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can add functions to the ones available to FTL authors by passing a
2525
... }
2626
... """,
2727
... functions={'OS': os_name})
28-
>>> print(bundle.format('welcome')[0]
28+
>>> print(bundle.format('welcome')[0])
2929
Welcome to Linux
3030
3131
These functions can accept positional and keyword arguments, like the ``NUMBER``

0 commit comments

Comments
 (0)