diff --git a/IPython/utils/traitlets.py b/IPython/utils/traitlets.py index 35ee687..7b548b6 100644 --- a/IPython/utils/traitlets.py +++ b/IPython/utils/traitlets.py @@ -1571,7 +1571,7 @@ class Tuple(Container): ---------- *traits : TraitTypes [ optional ] - the tsype for restricting the contents of the Tuple. If unspecified, + the types for restricting the contents of the Tuple. If unspecified, types are not checked. If specified, then each positional argument corresponds to an element of the tuple. Tuples defined with traits are of fixed length.