##// END OF EJS Templates
fix typo in traitlet docs
Jason Grout -
Show More
@@ -1606,7 +1606,7 b' class Tuple(Container):'
1606 ----------
1606 ----------
1607
1607
1608 *traits : TraitTypes [ optional ]
1608 *traits : TraitTypes [ optional ]
1609 the tsype for restricting the contents of the Tuple. If unspecified,
1609 the types for restricting the contents of the Tuple. If unspecified,
1610 types are not checked. If specified, then each positional argument
1610 types are not checked. If specified, then each positional argument
1611 corresponds to an element of the tuple. Tuples defined with traits
1611 corresponds to an element of the tuple. Tuples defined with traits
1612 are of fixed length.
1612 are of fixed length.
General Comments 0
You need to be logged in to leave comments. Login now