summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-28 07:22:31 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-28 07:22:31 +0200
commit85e515c1943daea9ee7220b00882b13d7afc98cb (patch)
treee125a3e57229dd19fbf152abff0ebad356dbc58c /_doc
parent2565253f6b61d567280027719181c39250f8a0bb (diff)
downloadruamel.yaml-85e515c1943daea9ee7220b00882b13d7afc98cb.tar.gz
fix for issue #143: handling single excl mark tags0.15.22
There were no tests for roundtripping tags for non-registered objects
Diffstat (limited to '_doc')
-rw-r--r--_doc/example.ryd3
1 files changed, 2 insertions, 1 deletions
diff --git a/_doc/example.ryd b/_doc/example.ryd
index a792f48..83681e3 100644
--- a/_doc/example.ryd
+++ b/_doc/example.ryd
@@ -204,7 +204,8 @@ you really need to have it (or think you do)::
--- !python |
import sys
-from ruamel.yaml import YAML from ruamel.yaml.compat import StringIO
+from ruamel.yaml import YAML
+from ruamel.yaml.compat import StringIO
class MyYAML(YAML):
def dump(self, data, stream=None, **kw):