From 9b5e373aa8ba988717e664de4bec4120416f50d3 Mon Sep 17 00:00:00 2001 From: "Miss Skeleton (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 19 Oct 2020 15:08:36 -0700 Subject: Link to the msvcrt module from the Windows FAQ (GH-22268) (cherry picked from commit 5d9e6575177f3e5f9aa20d6a08ae1204f122e672) Co-authored-by: abdo --- Doc/faq/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index a181086..c550a05 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -279,7 +279,7 @@ in batch mode. How do I check for a keypress without blocking? ----------------------------------------------- -Use the msvcrt module. This is a standard Windows-specific extension module. +Use the :mod:`msvcrt` module. This is a standard Windows-specific extension module. It defines a function ``kbhit()`` which checks whether a keyboard hit is present, and ``getch()`` which gets one character without echoing it. -- cgit v0.12