Update documentation, processing of root_locus kvect keyword by murrayrm · Pull Request #989 · python-control/python-control
This PR addresses issue #987, which was partially fixed in #988, by consistently using the keyword gains instead of kvect in the root locus commands. In addition, if the kvect keyword is used, a warning is generated indicating that kvect has been deprecated and gains should be used instead.
Also include some minor reformatting of docstrings in rlocus.py.