diff options
Diffstat (limited to 'Doc/c-api/string.rst')
-rw-r--r-- | Doc/c-api/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/string.rst b/Doc/c-api/string.rst index 99fec5d..9b95859 100644 --- a/Doc/c-api/string.rst +++ b/Doc/c-api/string.rst @@ -138,7 +138,7 @@ called with a non-string parameter. .. note:: The `"%lld"` and `"%llu"` format specifiers are only available - when `HAVE_LONG_LONG` is defined. + when :const:`HAVE_LONG_LONG` is defined. .. versionchanged:: 2.7 Support for `"%lld"` and `"%llu"` added. |