summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
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):