Update 2020-05-19-23-16-53.bpo-39673.ppfScY.rst

Updated blurb to reflect that it's an OSError that's being mapped to a TimeoutError.
This commit is contained in:
Eric V. Smith 2020-05-26 07:30:49 -04:00 committed by GitHub
parent 9e7db67ffa
commit c12cb39bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Map ``errno==ETIME`` to :exc:`TimeoutError`.
Map :exc:`OSError` with ``errno==ETIME`` to :exc:`TimeoutError`.