Skip to content

Commit ed18e89

Browse files
committed
replace beacon with bacon in list of meal items.
Bacon is much tastier than a becon.
1 parent 5e1c141 commit ed18e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Sometimes translatable strings appear in the source code in untranslated
200200
form [#note_admin.py]_ and must be translated elsewhere.
201201
Example::
202202

203-
for meal in ("spam", "egg", "beacon"):
203+
for meal in ("spam", "egg", "bacon"):
204204
print(_(meal))
205205

206206
In such cases, strings must be marked for translation without actual

0 commit comments

Comments
 (0)