Skip to content

Commit ce7f5d2

Browse files
committed
fix comment
1 parent 3d6ac35 commit ce7f5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/query_tags_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Special cases:
1818
- If a value is None, only the key is included (no colon or value)
1919
- Special characters (comma, colon and backslash) in values are automatically escaped
20-
- Backslashes in keys are automatically escaped; other special characters in keys are not escaped
20+
- Backslashes in keys are automatically escaped; other special characters in keys are not allowed
2121
"""
2222

2323
print("=== Query Tags Example ===\n")

0 commit comments

Comments
 (0)