Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing type: in docstring #45

Closed
Seluj78 opened this issue Sep 20, 2024 · 0 comments · Fixed by #49
Closed

Add missing type: in docstring #45

Seluj78 opened this issue Sep 20, 2024 · 0 comments · Fixed by #49
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@Seluj78
Copy link
Owner

Seluj78 commented Sep 20, 2024

For example

    :param msg: The message to be displayed in the error.
    :type msg: str
    :param solution: The solution to the error. Defaults to "Try again.".
    :type solution: str, optional
@Seluj78 Seluj78 added enhancement New feature or request good first issue Good for newcomers labels Sep 20, 2024
@Seluj78 Seluj78 added this to the v1 milestone Sep 20, 2024
@Seluj78 Seluj78 linked a pull request Sep 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant