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

Typo in [Strings and the backslashes], missing right parenthesis #311

Open
LeonDong1993 opened this issue Jul 11, 2023 · 3 comments
Open
Labels

Comments

@LeonDong1993
Copy link

LeonDong1993 commented Jul 11, 2023

In section Strings and the backslashes, for the explanations, 2nd point with one of the examples as follows

print(repr(r'wt\"f')
'wt\\"f'

I think the right parenthesis is missing here. It should be
print(repr(r'wt\"f') )
'wt\\"f'

p.s. I am not sure if others had already bring up this issue, I tried search over existing issues, but I don't find anything related, so i bring it up here.

@LeonDong1993 LeonDong1993 changed the title typo in [Strings and the backslashes], missing parenthesis Typo in [Strings and the backslashes], missing right parenthesis Jul 11, 2023
@satwikkansal
Copy link
Owner

Correct, nice catch, will fix this in next update, thanks @LeonDong1993 !

@LeonDong1993
Copy link
Author

Thank you for your reply, I think I will just close this issue then ?

@satwikkansal
Copy link
Owner

Let's leave it open :)

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

No branches or pull requests

2 participants