wtfpython icon indicating copy to clipboard operation
wtfpython copied to clipboard

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

Open LeonDong1993 opened this issue 2 years ago • 3 comments

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 avatar Jul 11 '23 23:07 LeonDong1993

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

satwikkansal avatar Jul 28 '23 06:07 satwikkansal

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

LeonDong1993 avatar Jul 29 '23 17:07 LeonDong1993

Let's leave it open :)

satwikkansal avatar Jul 31 '23 06:07 satwikkansal