commit | f6d3674599cb1f03da78aaf8800def5086bb9879 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 12 10:02:03 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 12 10:02:03 2010 +0000 |
tree | dd416334149738acef8848dfa3ce59d866bd4bb7 | |
parent | 554272743a597cfde468fbc0dd200859a6648b56 [diff] [blame] |
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.