From 4b5b2b8710c81eb32b1c960a6c78910852584414 2015-03-25 18:08:11 From: Min RK Date: 2015-03-25 18:08:11 Subject: [PATCH] Backport PR #8119: fix typo in traitlet docs Title says it all. --- 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.