test: docstring sphinx type returns don't work like the docstring param stuff

This commit is contained in:
Dave Halter
2014-03-27 21:02:07 +01:00
parent fb34864ace
commit 1a1d4f5576

View File

@@ -77,6 +77,15 @@ def list_with_non_imports(lst):
lst[1][10]
# sphinx returns
def return_module_object():
"""
:rtype: :class:`threading.Thread`
"""
#? ['join']
return_module_object().join
# -----------------
# epydoc style
# -----------------