summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-06-13 09:22:52 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-06-13 09:22:52 +0200
commit096e0f470af88d75ca1dd7fa19cfe60d4d2a0774 (patch)
tree4420a40e78517b7ef426b9c711b4ac393d6d61e3
parente9ee46dea6d1e1fdc19b42914696aba8a985fc31 (diff)
parent1f87db92ca7ad424804d9d16ec231cadc449f9c8 (diff)
downloadruamel.yaml-096e0f470af88d75ca1dd7fa19cfe60d4d2a0774.tar.gz
merges part of PR30
-rw-r--r--comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.py b/comments.py
index 49fd9f4..6aa8be8 100644
--- a/comments.py
+++ b/comments.py
@@ -952,7 +952,7 @@ class TaggedScalar(CommentedBase):
def dump_comments(d, name='', sep='.', out=sys.stdout):
# type: (Any, str, str, Any) -> None
"""
- recurisively dump domments all but the toplevel preceded by the path
+ recursively dump comments, all but the toplevel preceded by the path
in dotted form x.0.a
"""
if isinstance(d, dict) and hasattr(d, 'ca'):