summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-10-16 17:40:21 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-10-16 17:40:21 +0200
commitdce0c0e60b88e12d0d3a20a64cfd0e0b47569b6a (patch)
tree085692b5650627683d0774b9872def9cba789b01 /_doc
parentb8580cfafa36ca97ce249e7530916deb76b137c8 (diff)
downloadruamel.yaml-dce0c0e60b88e12d0d3a20a64cfd0e0b47569b6a.tar.gz
update for mypy, documentation
Diffstat (limited to '_doc')
-rw-r--r--_doc/example.ryd5
1 files changed, 2 insertions, 3 deletions
diff --git a/_doc/example.ryd b/_doc/example.ryd
index c8e1c5d..dfb7240 100644
--- a/_doc/example.ryd
+++ b/_doc/example.ryd
@@ -125,7 +125,7 @@ both mappings and sequences. For sequences the indent is counted to the
beginning of the scalar, with the dash taking the first position of the
indented "space".
-You can change this default indentation by e.g. using ``yaml.indent()``:
+You can change this default indentation by e.g. using ``yaml.indent()``::
--- !python |
@@ -157,8 +157,7 @@ that the dash of the "parent" sequence is on the same line as the
first element resp. first key/value pair of the child collection.
If you want either or both of these (sequence within sequence, mapping
-within sequence) to begin on the next line use ``yaml.compact()``.
-
+within sequence) to begin on the next line use ``yaml.compact()``::
--- !python |