From 7c48c630213ada618c7c7b20aa6af88273d75650 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:52:15 +0200 Subject: [PATCH] [3.12] Add some doctest cleanups for `configparser` (GH-125288) (#125291) Co-authored-by: Alex Waygood Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/library/configparser.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 5f04cbc42bf3..4f3549d9a8c0 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -54,6 +54,7 @@ can be customized by end users easily. import os os.remove("example.ini") + os.remove("override.ini") Quick Start -- 2.47.3