Documentation: Added screen_name parameter to get_user method
authorGilead Baggio <gilsedition@gmail.com>
Sun, 3 Oct 2021 09:46:58 +0000 (15:16 +0530)
committerGitHub <noreply@github.com>
Sun, 3 Oct 2021 09:46:58 +0000 (15:16 +0530)
commit124e705ce2c5e60d7ecdfbf9761a3f7826024acf
tree6b65b153cb426577eeddd5231777a9e398cdf9b5
parent07fce5fe995e61ec76256e588af4c878ef0e544b
Documentation: Added screen_name parameter to get_user method

In Getting started section of the documentation, under Models sub-heading, its mentioned as:
user = api.get_user('twitter')
but it returns the error found below:
TypeError: get_user() takes 1 positional argument but 2 were given.

So it would be easier for dummies like me, if its mentioned as
user = api.get_user(screen_name='twitter')
instead.
docs/getting_started.rst