[3.13] Add some doctest cleanups for `configparser` (GH-125288) (#125290)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-10-11 11:48:32 +02:00 committed by GitHub
parent 66b8cb1142
commit 73c152b346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ can be customized by end users easily.
import os
os.remove("example.ini")
os.remove("override.ini")
Quick Start