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.
1 parent 180d75c commit abcda9bCopy full SHA for abcda9b
examples/example_03.py
@@ -2,7 +2,7 @@
2
3
from valve_keyvalues_python.keyvalues import KeyValues
4
5
-filename_vdf = "example_02.vdf"
+filename_vdf = "example_03.vdf"
6
7
def key_modifier(key):
8
return key.lower() + "_modified"
0 commit comments