]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Add some doctest cleanups for `configparser` (GH-125288) (#125291)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2024 09:52:15 +0000 (11:52 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 09:52:15 +0000 (09:52 +0000)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/configparser.rst

index 5f04cbc42bf3744e4fa7767137510fee1a96f7da..4f3549d9a8c0a3f8ce1207d7397765a5c81bce47 100644 (file)
@@ -54,6 +54,7 @@ can be customized by end users easily.
 
    import os
    os.remove("example.ini")
+   os.remove("override.ini")
 
 
 Quick Start