add empty return type test

This commit is contained in:
David Halter
2013-07-23 15:30:37 +02:00
parent 434de60350
commit 9c53de5034

View File

@@ -33,12 +33,16 @@ def f(a, b):
:type a:
:param b: Just something
:type b: ``
:rtype:
"""
#?
a
#?
b
#?
f()
# -----------------
# epydoc style
# -----------------