Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
messages.
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index adb8b73..331112f 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -214,7 +214,7 @@
 faulthandler
 ------------
 
-On Windows, the :mod:`faulthandler` module now installs an handler for Windows
+On Windows, the :mod:`faulthandler` module now installs a handler for Windows
 exceptions: see :func:`faulthandler.enable`. (Contributed by Victor Stinner in
 :issue:`23848`.)