diff options
Diffstat (limited to 'Doc/c-api/init_config.rst')
-rw-r--r-- | Doc/c-api/init_config.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 5e18300..6b16b5b 100644 --- a/Doc/c-api/init_config.rst +++ b/Doc/c-api/init_config.rst @@ -61,8 +61,8 @@ PyWideStringList List of ``wchar_t*`` strings. - If *length* is non-zero, *items* must be non-NULL and all strings must be - non-NULL. + If *length* is non-zero, *items* must be non-``NULL`` and all strings must be + non-``NULL``. Methods: @@ -608,7 +608,7 @@ PyConfig :data:`sys.pycache_prefix`: ``.pyc`` cache prefix. - If NULL, :data:`sys.pycache_prefix` is set to ``None``. + If ``NULL``, :data:`sys.pycache_prefix` is set to ``None``. .. c:member:: int quiet |