Skip to content

Commit 61ed50e

Browse files
committed
Fix Linux Flatpak docs syntax
TOML uses "true", not "True".
1 parent 9e0a407 commit 61ed50e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/platforms/linux/flatpak.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ that can have additional sub-attributes; each sub-attribute maps to a single pro
8383
that will be added to the app's manifest. For example, to add ``--allow=bluetooth`` as a
8484
finish argument, you would specify::
8585

86-
finish_arg."allow=bluetooth" = True
86+
finish_arg."allow=bluetooth" = true
8787

8888
Briefcase adds the following finish arguments by default:
8989

0 commit comments

Comments
 (0)