#8709: mention Windows support for os.devnull.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 7eff160..64e04be 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2410,8 +2410,8 @@
 
 .. data:: devnull
 
-   The file path of the null device. For example: ``'/dev/null'`` for POSIX.
-   Also available via :mod:`os.path`.
+   The file path of the null device. For example: ``'/dev/null'`` for
+   POSIX, ``'nul'`` for Windows.  Also available via :mod:`os.path`.
 
    .. versionadded:: 2.4