summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2019-10-30 19:37:16 (GMT)
committerGitHub <noreply@github.com>2019-10-30 19:37:16 (GMT)
commite835b31d2b212c3c7820364398979cae2a9740b2 (patch)
treeb4480396678dc575c8f183f0e5add28ee7f36604 /Doc/c-api/init.rst
parent1d8da61f5ad26274556e0bbce260ce292d0402a1 (diff)
downloadcpython-e835b31d2b212c3c7820364398979cae2a9740b2.zip
cpython-e835b31d2b212c3c7820364398979cae2a9740b2.tar.gz
cpython-e835b31d2b212c3c7820364398979cae2a9740b2.tar.bz2
bpo-38600: NULL -> ``NULL``. (GH-17001)
Also fix some other formatting.
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r--Doc/c-api/init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index 61912b9..dc30e49 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -329,7 +329,7 @@ Process-wide parameters
It overrides :envvar:`PYTHONIOENCODING` values, and allows embedding code
to control IO encoding when the environment variable does not work.
- ``encoding`` and/or ``errors`` may be NULL to use
+ *encoding* and/or *errors* may be ``NULL`` to use
:envvar:`PYTHONIOENCODING` and/or default values (depending on other
settings).