summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-30 21:25:41 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-30 21:25:41 (GMT)
commit93a56cdc3798f66f82f8c3d538b479df8931752e (patch)
tree31b5320243b711763d7e5a92db2a2744188e0f9c /Doc/whatsnew/3.3.rst
parentaea7f4a8e27a2f3a512a9cafbee25e00247f548b (diff)
downloadcpython-93a56cdc3798f66f82f8c3d538b479df8931752e.zip
cpython-93a56cdc3798f66f82f8c3d538b479df8931752e.tar.gz
cpython-93a56cdc3798f66f82f8c3d538b479df8931752e.tar.bz2
Doc: fix default role usage (except in unittest mock docs)
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-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 6ac3310..841a674 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -2080,7 +2080,7 @@ Add a new :class:`types.MappingProxyType` class: Read-only proxy of a mapping.
(:issue:`14386`)
-The new functions `types.new_class` and `types.prepare_class` provide support
+The new functions :func:`types.new_class` and :func:`types.prepare_class` provide support
for PEP 3115 compliant dynamic type creation. (:issue:`14588`)