We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configparser
1 parent 23cefd9 commit 7c48c63Copy full SHA for 7c48c63
Doc/library/configparser.rst
@@ -54,6 +54,7 @@ can be customized by end users easily.
54
55
import os
56
os.remove("example.ini")
57
+ os.remove("override.ini")
58
59
60
Quick Start
0 commit comments