From 73c152b346a18ed8308e469bdd232698e6cd3a63 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:48:32 +0200 Subject: [PATCH] [3.13] Add some doctest cleanups for `configparser` (GH-125288) (#125290) 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 cf13de4116fe..8e5268921189 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