summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-11-13 11:54:19 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-11-13 11:54:19 +0100
commit51dfde5d2dc2d568478387104ba0c6398ffa4b60 (patch)
tree58f064c690f27d65c5855c242ad1222b157b73b4 /nodes.py
parentb96e72c24f8d3a9e2902ba70c653664aad18ec7b (diff)
downloadruamel.yaml-51dfde5d2dc2d568478387104ba0c6398ffa4b60.tar.gz
fix for issue #72, dot allowed in anchor
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'