summaryrefslogtreecommitdiff
path: root/_doc/basicuse.ryd
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-05 23:20:17 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-05 23:20:17 +0200
commitbfd63d6184e3a43cb63e0831467819bc44513d50 (patch)
tree9426b3c93cb1fd7849ea678424b6bbd900ff2d68 /_doc/basicuse.ryd
parent893db272efb6d7041e09aa09f04da2010ec92072 (diff)
downloadruamel.yaml-bfd63d6184e3a43cb63e0831467819bc44513d50.tar.gz
added context manager, mypy cleanup (w. Optional) added tests0.15.50
Diffstat (limited to '_doc/basicuse.ryd')
-rw-r--r--_doc/basicuse.ryd2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/basicuse.ryd b/_doc/basicuse.ryd
index c4a744d..9d2512d 100644
--- a/_doc/basicuse.ryd
+++ b/_doc/basicuse.ryd
@@ -38,7 +38,7 @@ enforce using the pure Python implementation (faster C libraries will be used
when possible/available)
Dumping works in the same way::
---- !python |
+--- !code |
from ruamel.yaml import YAML
yaml=YAML()