You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Syntax %[key][flags][width][.precision][length type]conversion type % values,
the conversion type is not optional.
It should be Required, which marks the end of the specifier.
I think only the fields in square brackets are optional.
File location: python-reference/source/docs/str/formatting.rst.
In Syntax
%[key][flags][width][.precision][length type]conversion type % values
,the
conversion type
is not optional.It should be Required, which marks the end of the specifier.
I think only the fields in square brackets are optional.
Corresponding docs: https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting
The text was updated successfully, but these errors were encountered: