Skip to content

Update p15_interpolating_variables_in_strings.rst #348

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

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

jumploop
Copy link
Contributor

@jumploop jumploop commented Jun 5, 2021

'%(name) has %(n) messages.' % vars()格式化错误,应该是'%{name} has %{n} messages.' % vars()

'%(name) has %(n) messages.' % vars()格式化错误,应该是'%{name} has %{n} messages.' % vars()
@jumploop jumploop closed this Jun 5, 2021
@jumploop jumploop reopened this Jun 5, 2021
@jumploop
Copy link
Contributor Author

jumploop commented Jun 5, 2021

'%(name) has %(n) messages.' % vars()格式化错误,应该是'%(name)s has %(n)s messages.' % vars()

@00000-y 00000-y mentioned this pull request Aug 27, 2021
@yidao620c yidao620c merged commit 7f45076 into yidao620c:master Feb 1, 2022
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

Successfully merging this pull request may close these issues.

2 participants