diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-01-15 15:09:43 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-01-15 15:09:43 (GMT) |
commit | 3763f2bc07df5b5cae37a77e72a587d0c400616c (patch) | |
tree | 775e9bd8b4346c6ae789bb373330807a81e0ec55 /Doc/howto/logging.rst | |
parent | 6ed2893aae93bf3584ab7ef57893e49241c65cf0 (diff) | |
parent | cbefe3b9a0b9efe0e14b53c8737a633f81c22dd2 (diff) | |
download | cpython-3763f2bc07df5b5cae37a77e72a587d0c400616c.zip cpython-3763f2bc07df5b5cae37a77e72a587d0c400616c.tar.gz cpython-3763f2bc07df5b5cae37a77e72a587d0c400616c.tar.bz2 |
Merged documentation update from 3.3.
Diffstat (limited to 'Doc/howto/logging.rst')
-rw-r--r-- | Doc/howto/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index a5e24b0..dab58f4 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -239,7 +239,7 @@ uses the old, %-style of string formatting. This is for backwards compatibility: the logging package pre-dates newer formatting options such as :meth:`str.format` and :class:`string.Template`. These newer formatting options *are* supported, but exploring them is outside the scope of this -tutorial. +tutorial: see :ref:`formatting-styles` for more information. Changing the format of displayed messages |