summaryrefslogtreecommitdiffstats
path: root/Doc/library/new.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/new.rst')
-rw-r--r--Doc/library/new.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/new.rst b/Doc/library/new.rst
index 438329f..6153ff1 100644
--- a/Doc/library/new.rst
+++ b/Doc/library/new.rst
@@ -50,4 +50,4 @@ The :mod:`new` module defines the following functions:
This function returns a new class object, with name *name*, derived from
*baseclasses* (which should be a tuple of classes) and with namespace *dict*.
-
+ Alias for the built-in :class:`type`.