mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Fix typos (#6263)
Found via `codespell -q 3 -L alo,asend,ba,nams,spawnve`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user