Skip to content

Commit c2a4f71

Browse files
committed
update doc
1 parent 281dafc commit c2a4f71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ocd/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__author__ = 'Md Jahidul Hamid <jahidulhamid@yahoo.com>'
55
__copyright__ = 'Copyright © Md Jahidul Hamid <https://github.com/neurobin/>'
66
__license__ = '[BSD](http://www.opensource.org/licenses/bsd-license.php)'
7-
__version__ = '0.0.1'
7+
__version__ = '0.0.2'
88

99

1010
class SingletonMeta(type):
@@ -66,3 +66,4 @@ def __setattr__(self, key, value):
6666

6767
# this one needs to be defined here.
6868
Void = object.__new__(VoidType)
69+
'''Used internally to represent non-existent value, thus `None` retains its usual meaning.'''

0 commit comments

Comments
 (0)