summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Somov <public.somov@gmail.com>2018-05-21 13:45:32 +0200
committerAndrey Somov <public.somov@gmail.com>2018-05-21 13:45:32 +0200
commit1f87db92ca7ad424804d9d16ec231cadc449f9c8 (patch)
tree7598c12e65fb685883a981b9926497fe1e2267e3
parentabb4161983a5d93149e01e590362510e59fc3c6e (diff)
downloadruamel.yaml-1f87db92ca7ad424804d9d16ec231cadc449f9c8.tar.gz
Fix typos
-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'):