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