]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 88668 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 27 Feb 2011 15:09:14 +0000 (15:09 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 27 Feb 2011 15:09:14 +0000 (15:09 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88668 | benjamin.peterson | 2011-02-27 09:06:44 -0600 (Sun, 27 Feb 2011) | 1 line

  make this a link #11345
........

Doc/library/json.rst

index bb26f3505c9b0d816f8fbe0987afd57a8e6c04d2..be54eec524e4a658fba1ca2f2d4023ca0eec97e7 100644 (file)
@@ -7,7 +7,7 @@
 .. sectionauthor:: Bob Ippolito <bob@redivi.com>
 .. versionadded:: 2.6
 
-JSON (JavaScript Object Notation) <http://json.org> is a subset of JavaScript
+`JSON (JavaScript Object Notation) <http://json.org>`_ is a subset of JavaScript
 syntax (ECMA-262 3rd edition) used as a lightweight data interchange format.
 
 :mod:`json` exposes an API familiar to users of the standard library