PY-17470 Fix IndexError in rest_formatter.py helper
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Fri, 6 Nov 2015 11:35:16 +0000 (14:35 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Fri, 6 Nov 2015 13:16:11 +0000 (16:16 +0300)
commitf56f422545c2e42128c6e7ad8197099f8f20961e
tree67dad2c17966833e436d68e3dbfbbd0517945323
parent7ad9c6f405f65f4eba91ee66b43213b43761486f
PY-17470 Fix IndexError in rest_formatter.py helper

This error occurs when there is no type test after colon
in `:type` and `:rtype` declarations.
python/helpers/rest_formatter.py