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/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 @@ .. 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.