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/multiprocessing/managers.py b/Lib/multiprocessing/managers.py index 08d35d8..7763965 100644 --- a/Lib/multiprocessing/managers.py +++ b/Lib/multiprocessing/managers.py
@@ -884,7 +884,7 @@ def MakeProxyType(name, exposed, _cache={}): ''' - Return an proxy type whose methods are given by `exposed` + Return a proxy type whose methods are given by `exposed` ''' exposed = tuple(exposed) try: