summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'nodes.py')
-rw-r--r--nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes.py b/nodes.py
index 03f158f..214284a 100644
--- a/nodes.py
+++ b/nodes.py
@@ -60,7 +60,7 @@ class ScalarNode(Node):
" -> double quoted
' -> single quoted
| -> literal style
- > ->
+ > -> folding style
"""
id = 'scalar'