summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/yaml/__init__.py2
-rw-r--r--lib3/yaml/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/yaml/__init__.py b/lib/yaml/__init__.py
index 69c18c4..e9e2aea 100644
--- a/lib/yaml/__init__.py
+++ b/lib/yaml/__init__.py
@@ -43,7 +43,7 @@ def compose(stream, Loader=Loader):
def compose_all(stream, Loader=Loader):
"""
Parse all YAML documents in a stream
- and produce corresponsing representation trees.
+ and produce corresponding representation trees.
"""
loader = Loader(stream)
while loader.check_node():
diff --git a/lib3/yaml/__init__.py b/lib3/yaml/__init__.py
index 5401f9a..cf2b74f 100644
--- a/lib3/yaml/__init__.py
+++ b/lib3/yaml/__init__.py
@@ -44,7 +44,7 @@ def compose(stream, Loader=Loader):
def compose_all(stream, Loader=Loader):
"""
Parse all YAML documents in a stream
- and produce corresponsing representation trees.
+ and produce corresponding representation trees.
"""
loader = Loader(stream)
while loader.check_node():