From 2e0dd278b66403fd25a308fa2b89841a6b05b5a5 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 8 Dec 2021 20:45:03 +0100 Subject: [PATCH] Updated announce example --- Examples/Announce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Announce.py b/Examples/Announce.py index 5084c00..5a48080 100644 --- a/Examples/Announce.py +++ b/Examples/Announce.py @@ -15,7 +15,7 @@ import RNS APP_NAME = "example_utilities" # We initialise two lists of strings to use as app_data -fruits = ["Peach", "Quince", "Date palm", "Tangerine", "Pomelo", "Carambola", "Grape"] +fruits = ["Peach", "Quince", "Date", "Tangerine", "Pomelo", "Carambola", "Grape"] noble_gases = ["Helium", "Neon", "Argon", "Krypton", "Xenon", "Radon", "Oganesson"] # This initialisation is executed when the program is started