You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Of course the class KeyValues also provides the standard `dict` interface method
68
68
69
69
# What is missing
70
70
71
-
Generally the checking of VDF file syntax, i.e. if brackets are closed and so on. The only check is if after `"key"` is a starting bracket `{`. So it's expected that input VDF file will have a 'clean' structure:
71
+
Generally the checking of VDF file syntax, i.e. if brackets are closed and so on. The only check is if after `"key"` is a starting bracket `{`. So it's expected that input VDF file will have a 'clean' and valid structure:
72
72
73
73
* one key or key-value per line, if value isn't subpart:
0 commit comments