Fix markup errors and update pydoc topics.

This commit is contained in:
Georg Brandl 2012-08-11 08:43:59 +02:00
parent 80dd1af4e0
commit a81b481e3a
4 changed files with 27 additions and 9 deletions

View file

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