Fixed a typo in the HTMLParser.feed docstrings#1759
Conversation
… with an 'r', like a rawstring.
|
@dasdachs, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ezio-melotti, @freddrake and @bitdancer to be potential reviewers. |
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
Thank you for your patch @dasdachs. Do you mind to backport your change to other active branches (3.6, 3.5, and maybe 2.7)? |
|
Thank you @serhiy-storchaka! I'll backport the changes as soon as I can. |
|
This looks wrong to me. It looks like it will have a real newline rather than the literal \n escape sequence. See commit 39f180b. |
|
Oh, my bad! I read the patch as adding the "r" prefix! |
|
Of course it does. Sorry for the unnecesary work @serhiy-storchaka and thank you @vadmium! |
The docstring started with an 'r', like a rawstring.