From 964663089547ca110199e23867b46b07ff4be88c Mon Sep 17 00:00:00 2001 From: penguindustin Date: Mon, 6 May 2019 14:57:17 -0400 Subject: bpo-36766: Typos in docs and code comments (GH-13116) --- Lib/pathlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/pathlib.py') diff --git a/Lib/pathlib.py b/Lib/pathlib.py index 1ba98b19e83..952cd94921e 100644 --- a/Lib/pathlib.py +++ b/Lib/pathlib.py @@ -34,7 +34,7 @@ __all__ = [ # Internals # -# EBADF - guard agains macOS `stat` throwing EBADF +# EBADF - guard against macOS `stat` throwing EBADF _IGNORED_ERROS = (ENOENT, ENOTDIR, EBADF) _IGNORED_WINERRORS = ( -- cgit v1.2.3