Skip to content

Commit

Permalink
Copy comment to docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Dec 12, 2011
1 parent 84cff7e commit 98293fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion traits/trait_base.py
Expand Up @@ -265,7 +265,8 @@ def __reduce_ex__(self, protocol):
Undefined = None

class _Undefined(object):

""" Singleton 'Undefined' object (used as undefined trait name and/or value)
"""
def __new__(cls):
if Undefined is not None:
return Undefined
Expand Down

0 comments on commit 98293fc

Please sign in to comment.