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