Skip to content

Commit

Permalink
Merge pull request #50 from quantopian/instance_doc_fix
Browse files Browse the repository at this point in the history
Fixed Instance docstring to reflect new allow_none=False default
  • Loading branch information
minrk committed Jul 15, 2015
2 parents 5fbd101 + c83971b commit a31012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traitlets/traitlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ class or its subclasses. Our implementation is quite different
Positional arguments for generating the default value.
kw : dict
Keyword arguments for generating the default value.
allow_none : bool [default True]
allow_none : bool [ default False ]
Indicates whether None is allowed as a value.
Notes
Expand Down

0 comments on commit a31012b

Please sign in to comment.