Found via `codespell -q 3 -L alo,asend,ba,nams,spawnve`
This commit is contained in:
luzpaz
2021-11-08 21:23:15 -05:00
committed by GitHub
parent 6e646f43dd
commit b95b729b9e
10 changed files with 17 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ _SemaphoreType = synchronize.Semaphore
# multiprocessing.context.BaseContext's methods, so the two signatures should
# be identical (modulo self).
# Sychronization primitives
# Synchronization primitives
_LockLike = Union[synchronize.Lock, synchronize.RLock]
RawValue = context._default_context.RawValue
RawArray = context._default_context.RawArray