* gettext-tools/doc/lang-python.texi (Python): Show an example of a Python brace
format string.
@c This file is part of the GNU gettext manual.
-@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
+@c Copyright (C) 1995-2021 Free Software Foundation, Inc.
@c See the file gettext.texi for copying conditions.
@node Python
@item Formatting with positions
@code{'...%(ident)d...' % @{ 'ident': value @}}
+@*@code{'...@{ident@}...'.format(ident=value)} (see PEP 3101)
@item Portability
fully portable