Files
jedi/test
Simon Ruggier 338ea42ed9 docstrings: fix "Sphinx param with type" pattern (#807)
* docstrings: fix "Sphinx param with type" pattern

Previously, the pattern only matched if the parameter description
followed on the same line, like so:

    :param type foo: A param named foo.

However, it's also valid for the parameter description to be wrapped
onto the next line, like so:

    :param type foo:
        A param named foo.

This change updates the pattern to match the second example as well, and
adds a test to verify this behaviour.

Fixes #806.

* Add Simon Ruggier to the AUTHORS file
2017-04-27 20:05:48 +02:00
..
2014-04-25 14:39:59 +02:00
2012-04-12 15:47:33 +02:00
2017-04-04 21:03:45 +02:00
2017-04-04 21:03:45 +02:00
2017-04-26 18:45:18 +02:00
2017-03-09 08:58:57 +01:00
2013-08-17 23:40:00 +04:30
2017-04-01 17:50:47 +02:00
2016-08-01 01:13:39 +08:00