Closed kdheepak closed 6 months ago
With this PR, if a user accidentally uses , as a separator when the first argument is a style, they'll will get a better compiler error message:
,
This also updates the docstrings to reiterate that , must be used for format specifier and ; must be used for style.
;
With this PR, if a user accidentally uses
,
as a separator when the first argument is a style, they'll will get a better compiler error message:This also updates the docstrings to reiterate that
,
must be used for format specifier and;
must be used for style.