Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5200a7c7f9ea65a96330c5f276f4acc6ec70854e https://github.com/python/cpython/commit/5200a7c7f9ea65a96330c5f276f4acc6ec70854e Author: Kojo Idrissa <kojoidrissa at users.noreply.github.com> Date: 2017年06月20日 (2017年6月20日) Changed paths: M Doc/library/asyncio-protocol.rst Log Message: ----------- bpo-29933: Improve set_write_buffer_limits description (GH-2262) Improve the description of the high and low parameters for set_write_buffer_limits. Also fixed a small grammatical issue.