summaryrefslogtreecommitdiff
path: root/lib3/yaml/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib3/yaml/__init__.py')
-rw-r--r--lib3/yaml/__init__.py2
1 files changed, 1 insertions, 1 deletions
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():