Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting fails if 2 justifications used in a single string #2

Closed
gOATiful opened this issue Jul 24, 2022 · 3 comments
Closed

Formatting fails if 2 justifications used in a single string #2

gOATiful opened this issue Jul 24, 2022 · 3 comments

Comments

@gOATiful
Copy link

"{:!>5} {:!>3}".format("1", "3")
results in:
!>5} {:!!>5} {:!1

but should result in:
!!!!1 !!3

@vi-k
Copy link
Owner

vi-k commented Jul 24, 2022 via email

@vi-k
Copy link
Owner

vi-k commented Jul 29, 2022

fixed

@vi-k vi-k closed this as completed Jul 29, 2022
@gOATiful
Copy link
Author

Thanks 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants