Change :param return: to :return:
There are 26 files which use :param return: in our docstrings throughout the project. return is not a parameter.
They should be changed to :return: .
For this task, please submit a Merge Request fixing only one file.
Edited by John Vandenberg