summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-03 09:50:08 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-03 09:50:08 +0200
commit2f32798da642a6db67437b73486d2bca8c45bbd2 (patch)
treef6fdc084cf54effbcd6c75c43b0bb9158ef83c8d /_doc
parent6f3d7b6abb5abcd8fda1e511f67484306e68208a (diff)
downloadruamel.yaml-2f32798da642a6db67437b73486d2bca8c45bbd2.tar.gz
formatting
Diffstat (limited to '_doc')
-rw-r--r--_doc/api.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/_doc/api.rst b/_doc/api.rst
index 95092c2..9c97dd9 100644
--- a/_doc/api.rst
+++ b/_doc/api.rst
@@ -105,11 +105,11 @@ On your `YAML()` instance you can set attributes e.g with::
yaml = YAML(typ='safe', pure=True)
yaml.allow_unicode = False
-new attributes available are:
+available attributes include:
``unicode_supplementary``
- Defaults to `True` if Unicode chars larger than 2 bytes. Set to `False` to
- enforce output of the `\U0001f601` ( presumes `allow_unicode` is `True`
+ Defaults to ``True`` if Unicode chars larger than 2 bytes. Set to ``False`` to
+ enforce output of the form ``\U0001f601`` (ignored if ``allow_unicode`` is ``False``)
Transparent usage of new and old API
------------------------------------