Mercurial > p > roundup > code
diff doc/developers.txt @ 7054:d3346c3d92f2
replace beacon with bacon in list of meal items.
Bacon is much tastier than a becon.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 20 Nov 2022 11:44:19 -0500 |
| parents | a8c757a33ab1 |
| children | e4e651b1bcfa |
line wrap: on
line diff
--- a/doc/developers.txt Sun Nov 20 11:29:31 2022 -0500 +++ b/doc/developers.txt Sun Nov 20 11:44:19 2022 -0500 @@ -200,7 +200,7 @@ form [#note_admin.py]_ and must be translated elsewhere. Example:: - for meal in ("spam", "egg", "beacon"): + for meal in ("spam", "egg", "bacon"): print(_(meal)) In such cases, strings must be marked for translation without actual
