Fix warnings from "make check".
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index d4a13ae..79e05f1 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -221,7 +221,7 @@
    .. 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.