Update codespell to 2.3.0 (#118001)

This commit is contained in:
Marc Mueller 2024-05-24 08:22:29 +02:00 committed by GitHub
parent 93daac9b3d
commit dc47792ff2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 29 additions and 28 deletions

View file

@ -81,7 +81,7 @@ async def async_exec(*args, display=False):
raise
if not display:
# Readin stdout into log
# Reading stdout into log
stdout, _ = await proc.communicate()
else:
# read child's stdout/stderr concurrently (capture and display)