Mise à jour de 'README.md'

This commit is contained in:
2022-09-03 10:38:32 +00:00
parent 218e7890d6
commit 5335787144

View File

@@ -39,7 +39,7 @@ TODO :-/
key1 = MyINI.getKeyValue("section1","key1")
print(key1) # will output 12
MyINI.setAddKeyValue("section1","key2",42)
MyINI.write(False)
MyINI.writeFile(False)
**Output INI:**