commit | 9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
tree | 4878492acdcc033c71d4be46967537291d433cb1 | |
parent | 0bb165ecc114fcf7ce1df454355c4cbbef8b63e9 [diff] [blame] |
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
diff --git a/Lib/test/test_extcall.py b/Lib/test/test_extcall.py index babcce9..cb2c45e 100644 --- a/Lib/test/test_extcall.py +++ b/Lib/test/test_extcall.py
@@ -282,7 +282,7 @@ >>> f(**x) 1 2 -A obscure message: +An obscure message: >>> def f(a, b): ... pass