summaryrefslogtreecommitdiff
path: root/representer.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 /representer.py
parentb96e72c24f8d3a9e2902ba70c653664aad18ec7b (diff)
downloadruamel.yaml-51dfde5d2dc2d568478387104ba0c6398ffa4b60.tar.gz
fix for issue #72, dot allowed in anchor
Diffstat (limited to 'representer.py')
-rw-r--r--representer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/representer.py b/representer.py
index 77a3f59..56890b3 100644
--- a/representer.py
+++ b/representer.py
@@ -97,7 +97,7 @@ class BaseRepresenter(object):
"""
David Fraser: Extract a method to represent keys in mappings, so that
a subclass can choose not to quote them (for example)
- used in repesent_mapping
+ used in represent_mapping
https://bitbucket.org/davidfraser/pyyaml/commits/d81df6eb95f20cac4a79eed95ae553b5c6f77b8c
"""
return self.represent_data(data)