From 347396af732597696427e5633a041bc87b187c0e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 7 Apr 2009 23:10:59 +0000 Subject: [PATCH] Add link. --- Doc/whatsnew/3.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 7e15059c59d..951e6784311 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -88,7 +88,7 @@ order. The :mod:`collections` module's :meth:`namedtuple._asdict` method now returns an ordered dictionary with the values appearing in the same order as the underlying tuple indicies. The :mod:`json` module is being built-out with an *object_pairs_hook* to allow OrderedDicts to be built by the decoder. -Support was also added for third-party tools like PyYAML. +Support was also added for third-party tools like `PyYAML `_. .. seealso::