PY-9795 Strip trailing empty lines in SectionBasedDocstring#parseIndentedBlock

This commit is contained in:
Mikhail Golubev
2015-09-02 14:33:54 +03:00
parent f362f0e6a2
commit bf36f2aba8
3 changed files with 58 additions and 8 deletions
@@ -0,0 +1,9 @@
def func():
"""Examples:
Useless call
func() == func()
Notes:
some
notes
"""