commit | 964663089547ca110199e23867b46b07ff4be88c | [log] [tgz] |
---|---|---|
author | penguindustin <penguindustin@gmail.com> | Mon May 06 14:57:17 2019 -0400 |
committer | Stéphane Wirtel <stephane@wirtel.be> | Mon May 06 14:57:17 2019 -0400 |
tree | 7936a6abc5e5c20058b4f51dbd8379eb4658e42d | |
parent | 3921b1cc34c2fc8b8b480c19a95ec306de710fdd [diff] [blame] |
bpo-36766: Typos in docs and code comments (GH-13116)
diff --git a/Lib/multiprocessing/resource_sharer.py b/Lib/multiprocessing/resource_sharer.py index 730b2aa..8d5c990 100644 --- a/Lib/multiprocessing/resource_sharer.py +++ b/Lib/multiprocessing/resource_sharer.py
@@ -59,7 +59,7 @@ class _ResourceSharer(object): - '''Manager for resouces using background thread.''' + '''Manager for resources using background thread.''' def __init__(self): self._key = 0 self._cache = {}