We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since skip ' when inside a word
input: foo| (press ' at |) output: foo'
Python3 f-string and bytes pairs is not working.
a = b'bytes' b = f'{a} is not supported'
The text was updated successfully, but these errors were encountered:
This is supported by default in my fork
Sorry, something went wrong.
Great jobs. I'm going to switch to your fork.
No branches or pull requests
Since skip ' when inside a word
Python3 f-string and bytes pairs is not working.
The text was updated successfully, but these errors were encountered: