From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:52:15 +0000 (+0200) Subject: [3.12] Add some doctest cleanups for `configparser` (GH-125288) (#125291) X-Git-Tag: v3.12.8~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c48c630213ada618c7c7b20aa6af88273d75650;p=thirdparty%2FPython%2Fcpython.git [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> --- 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