Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Extend the doctoring for the Args argument too #91

Open
Anselmoo opened this issue Jan 20, 2021 · 0 comments
Open

Extend the doctoring for the Args argument too #91

Anselmoo opened this issue Jan 20, 2021 · 0 comments

Comments

@Anselmoo
Copy link

Adding Args

is it possible to extend the if comparison by Args, too?

According to https://google.github.io/styleguide/pyguide.html to use Args instead of Arguments is valid as well as official proposed and allows to be consistent with other packages, too.

if section_title == "Arguments":

Workaround / Solution

if section_title == "Arguments" or section_title == "Args":
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant