summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-08-11 06:43:59 (GMT)
committerGeorg Brandl <georg@python.org>2012-08-11 06:43:59 (GMT)
commita81b481e3a49fe34ed9bfa0c03a39b2c522ecebc (patch)
tree486491d675db018983fbc7882ff72e562bb0ff6e /Doc/whatsnew
parent80dd1af4e0ee07b2f65833835754f0a27bf48975 (diff)
downloadcpython-a81b481e3a49fe34ed9bfa0c03a39b2c522ecebc.zip
cpython-a81b481e3a49fe34ed9bfa0c03a39b2c522ecebc.tar.gz
cpython-a81b481e3a49fe34ed9bfa0c03a39b2c522ecebc.tar.bz2
Fix markup errors and update pydoc topics.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index a64424d..17f8fde 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1135,7 +1135,7 @@ gc
--
It is now possible to register callbacks invoked by the garbage collector
-before and after collection using the new :`data:`~gc.callbacks` list.
+before and after collection using the new :data:`~gc.callbacks` list.
hmac