Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ab025e31abbf9fdb37599dab94507ec429dc3b30 https://github.com/python/cpython/commit/ab025e31abbf9fdb37599dab94507ec429dc3b30 Author: Brett Cannon <brettcannon at users.noreply.github.com> Date: 2017年07月12日 (2017年7月12日) Changed paths: M Lib/test/bisect.py Log Message: ----------- Fix a spelling mistake and tweak tense of output for test.bisect (GH-2683) Changed "subbset" to "subset". Also made the sentences read like things were happening instead of stating what the code should do (in other words more descriptive than prescriptive).