From 3ed2a00352e3dff858bb8d9cb38866683e073914 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 10 Aug 2020 18:37:47 +0200 Subject: [PATCH] [WIP] Documentation only PR Test https://github.com/python/cpython/pull/21806 fix --- Doc/library/os.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 275b2d390e7cf5..f666b34b66fb22 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -16,6 +16,8 @@ module. For creating temporary files and directories see the :mod:`tempfile` module, and for high-level file and directory handling see the :mod:`shutil` module. +**TEST PR**. + Notes on the availability of these functions: * The design of all built-in operating system dependent modules of Python is