]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Add some doctest cleanups for `configparser` (GH-125288) (#125290)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2024 09:48:32 +0000 (11:48 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 09:48:32 +0000 (09:48 +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 cf13de4116fe3ddbf1072d1aaf5afd512864ab4c..8e52689211895a8c6aff7d3ab6985f487a7ce72d 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