Modification of the doc text of function request(). 1) The timout parameter is a keyword-only argument; so Added '*,' in the function signature; 2) for parameter timeout an integer is expected, not a float.
Modification of the doc text of function request(). 1) The timout parameter is a keyword-only argument; so Added '*,' in the function signature; 2) for parameter timeout an integer is expected, not a float.