Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5ba185039f1bd465d3f82531324fd3fe1ee42f0c https://github.com/python/cpython/commit/5ba185039f1bd465d3f82531324fd3fe1ee42f0c Author: Jani Šumak <dasdachs at users.noreply.github.com> Date: 2017年05月23日 (2017年5月23日) Changed paths: M Lib/html/parser.py Log Message: ----------- Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)