summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorFlorian Bruhin <bitbucket.org@the-compiler.org>2017-06-20 18:18:11 +0000
committerFlorian Bruhin <bitbucket.org@the-compiler.org>2017-06-20 18:18:11 +0000
commitb75c0962e021b1c5de29e6e0abbd023b7623ee43 (patch)
treeb53b5101c77282aa5fa259ee56b0b768a40fcf2a /_doc
parent86bbfc09e7b89dcc3ed9c90b1c9de56ee3e877f8 (diff)
downloadruamel.yaml-b75c0962e021b1c5de29e6e0abbd023b7623ee43.tar.gz
Fix code formatting in api.rst
Diffstat (limited to '_doc')
-rw-r--r--_doc/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/api.rst b/_doc/api.rst
index cf963ca..290b411 100644
--- a/_doc/api.rst
+++ b/_doc/api.rst
@@ -43,7 +43,7 @@ Before 0.15.0::
with out.open('w') as fp:
yaml.safe_dump(data, fp, default_flow_style=False)
-after:
+after::
from ruamel.yaml import YAML