nwunderly / starlette-discord

"Login with Discord" support for Starlette and FastAPI
https://starlette-discord.rtfd.io
MIT License
32 stars 11 forks source link

Fix inconsistent docstrings #20

Open nwunderly opened 2 years ago

nwunderly commented 2 years ago

Some documentation in oauth.py and client.py is documented using the wrong docstring style (generic RST format, we want NumPy style).

Need documentation for these methods reformatted. Bonus points for any additional improvements to documentation, like rewording or fixing formatting mistakes elsewhere.

akhilsharmaa commented 2 years ago

Hey, I would like to take this issue for HacktoberFest.