##// END OF EJS Templates
Backport PR #8119: fix typo in traitlet docs...
Min RK -
Show More
@@ -1571,7 +1571,7 b' class Tuple(Container):'
1571 ----------
1571 ----------
1572
1572
1573 *traits : TraitTypes [ optional ]
1573 *traits : TraitTypes [ optional ]
1574 the tsype for restricting the contents of the Tuple. If unspecified,
1574 the types for restricting the contents of the Tuple. If unspecified,
1575 types are not checked. If specified, then each positional argument
1575 types are not checked. If specified, then each positional argument
1576 corresponds to an element of the tuple. Tuples defined with traits
1576 corresponds to an element of the tuple. Tuples defined with traits
1577 are of fixed length.
1577 are of fixed length.
General Comments 0
You need to be logged in to leave comments. Login now