docs: add missing docstrings to package_list_parser.py #3377
Labels
documentation
Documentation changes
good first issue
Good for newcomers
hacktoberfest
good issue for hacktoberfest participation
We haven't been entirely consistent about adding python docstrings to every function, and I'd like to start improving the codebase. I'm filing separate tickets for each file I want updated so hacktoberfest folk can claim them more easily -- please only claim one or two at a time.
Here's a tutorial on docstrings in case you're not sure what they are. Basically I want someone to write a short sentence explaining what a function does and have it put at the top of the function in the way that python expects docstrings to look. (You can also do classes and methods.)
This issue is for updating the file package_list_parser.py.
interrogate
(a tool for checking docstrings) says it's missing the following docstrings:-------------------------------------------------- Detailed Coverage ---------------------------------------------------
You will need to actually read the file and figure out what it does, then describe each function. Feel free to ask questions if you're not sure, or submit a partial fix where you only add docstrings to some functions.
Short tips for new contributors:
Claiming issues:
The text was updated successfully, but these errors were encountered: