mirror of https://github.com/python/cpython
[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:
parent
66b8cb1142
commit
73c152b346
|
@ -54,6 +54,7 @@ can be customized by end users easily.
|
|||
|
||||
import os
|
||||
os.remove("example.ini")
|
||||
os.remove("override.ini")
|
||||
|
||||
|
||||
Quick Start
|
||||
|
|
Loading…
Reference in New Issue