From 8f7e67980f7ceb2d0fc40a9568d3b10c640a8d74 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 6 Jun 2021 12:02:35 +0200 Subject: [PATCH] Documentation formatting --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5e62fe5..656499a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1370,8 +1370,8 @@ ChangeLog Version UNRELEASED (YYYY-MM-DD) ------------------------------- -* Use `PyUnicode_AsUTF8` from Python 3.3 when converting strings; strings returned - from the converter are now valid as long as the `PyObject` is alive (previously +* Use ``PyUnicode_AsUTF8`` from Python 3.3 when converting strings; strings returned + from the converter are now valid as long as the ``PyObject`` is alive (previously they were valid until the next string conversion or until converter was destroyed) Version 1.5.9 (2020-01-17)